diff --git a/package.json b/package.json index 4261b4966..9e3e79e83 100644 --- a/package.json +++ b/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",