Also clean artifacts

This commit is contained in:
Kevin van Zonneveld 2015-12-18 10:19:43 +01:00
parent 7b651f6612
commit 083571cd09

View file

@ -22,7 +22,7 @@
"web:deploy": "npm run web:install && npm run web:build && ./bin/web-deploy",
"web:install": "cd website && rm -rf node_modules/hexo-renderer-uppyexamples && npm install",
"web:preview": "cd website && ./node_modules/.bin/hexo server --debug",
"web": "npm run web:install && npm run web:build && npm run web:preview"
"web": "npm run web:install && npm run web:clean && npm run web:build && npm run web:preview"
},
"repository": {
"type": "git",