Skip to content

Commit

Permalink
fix deploy error
Browse files Browse the repository at this point in the history
  • Loading branch information
daviyang35 committed Jul 19, 2018
1 parent 946b422 commit 307a17b
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 @@ -8,7 +8,7 @@
"scripts": {
"build": "rm -rf public && hexo generate",
"eslint": "eslint .",
"deploy": "hexo deploy",
"deploy": "hexo clean && hexo deploy",
"dev": "hexo server",
"clean": "hexo clean"
},
Expand Down

0 comments on commit 307a17b

Please sign in to comment.