diff --git a/package.json b/package.json index 9f39143..a1830a4 100644 --- a/package.json +++ b/package.json @@ -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"