package.json: added new shortcut

This commit is contained in:
thislight 2024-06-07 23:46:23 +08:00
parent 4bdac4215e
commit 3874366faf
No known key found for this signature in database
GPG key ID: A50F9451AC56A63E

View file

@ -7,7 +7,8 @@
"clean": "hexo clean",
"deploy": "hexo deploy",
"server": "hexo server",
"postinstall": "cd themes/hexo-theme-buck && pnpm install && pnpm build"
"postinstall": "cd themes/hexo-theme-buck && pnpm install && pnpm build",
"new": "hexo new"
},
"hexo": {
"version": "7.2.0"