Skip to content

Commit

Permalink
build: clean hexo cache before deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Dec 1, 2017
1 parent af3b32d commit 0211e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"scripts": {
"start": "hexo server",
"deploy": "node pre-deploy.js && hexo generate && hexo deploy"
"deploy": "node pre-deploy.js && hexo clean && hexo generate && hexo deploy"
},
"dependencies": {
"hexo": "^3.4.2",
Expand Down

0 comments on commit 0211e5f

Please sign in to comment.