package.json: avoid pnpm builtin names

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

View file

@ -5,8 +5,7 @@
"scripts": { "scripts": {
"build": "hexo generate", "build": "hexo generate",
"clean": "hexo clean", "clean": "hexo clean",
"deploy": "hexo deploy", "serve": "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" "new": "hexo new"
}, },