修改打包命令

This commit is contained in:
xzh
2025-03-29 23:49:08 +08:00
parent 5fca22130e
commit 193f4a30fc

View File

@@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"scripts": {
"build": "hexo bangumi -u && hexo generate",
"build": "hexo clean && hexo bangumi -u && hexo generate",
"clean": "hexo clean",
"deploy": "hexo deploy",
"server": "hexo bangumi -u && hexo server"