chore: update prepare script in package.json to remove lefthook installation

pull/89/head
vben 2025-05-04 00:05:29 +08:00
parent 5689ac60ff
commit 4471bc7a5d
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
"lint": "vsh lint",
"postinstall": "pnpm -r run stub --if-present",
"preinstall": "npx only-allow pnpm",
"prepare": "is-ci || lefthook install",
"prepare": "is-ci",
"preview": "turbo-run preview",
"publint": "vsh publint",
"reinstall": "pnpm clean --del-lock && pnpm install",