Skip to content

Commit

Permalink
添加scripts配置
Browse files Browse the repository at this point in the history
  • Loading branch information
ggjjl1 committed May 16, 2024
1 parent a39547f commit 215eb85
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
"name": "hexo-site",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "hexo generate",
"clean": "hexo clean",
"deploy": "hexo deploy",
"server": "hexo server"
},
"hexo": {
"version": "3.4.4"
},
Expand All @@ -19,4 +25,4 @@
"hexo-renderer-stylus": "^2.0.1",
"hexo-server": "^2.0.0"
}
}
}

0 comments on commit 215eb85

Please sign in to comment.