Browse Source

Also clean artifacts

Kevin van Zonneveld 9 years ago
parent
commit
083571cd09
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -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",