Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MHuiG committed Nov 3, 2023
1 parent 99509cf commit 840b8c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.0",
"private": true,
"scripts": {
"start": "hexo clean && hexo g && gulp && npm run hash",
"hash": "cache-hash --target public --output public --selectAll '{\"script\": \"src\", \"link\": \"href\", \"img\": \"src\"}'",
"start": "hexo clean && hexo g && gulp",
"hash": "cache-hash --target public --output public",
"g": "hexo clean && hexo generate",
"c": "hexo clean",
"d": "hexo deploy",
Expand Down

0 comments on commit 840b8c0

Please sign in to comment.