From 3874366faf6522a2347386a8d305ec9626ca7852 Mon Sep 17 00:00:00 2001 From: thislight Date: Fri, 7 Jun 2024 23:46:23 +0800 Subject: [PATCH] package.json: added new shortcut --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"