package.json: added new shortcut
This commit is contained in:
parent
4bdac4215e
commit
3874366faf
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@
|
||||||
"clean": "hexo clean",
|
"clean": "hexo clean",
|
||||||
"deploy": "hexo deploy",
|
"deploy": "hexo deploy",
|
||||||
"server": "hexo server",
|
"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": {
|
"hexo": {
|
||||||
"version": "7.2.0"
|
"version": "7.2.0"
|
||||||
|
|
Loading…
Reference in a new issue