mirror of
https://github.com/imdap/ruoyi-plus-vben5.git
synced 2026-04-23 00:38:34 +08:00
refactor: 移除不必要的脚本
移除 `package.json` 中的 `prepare` 脚本,该脚本的目的是在非 CI 环境中安装 lefthook,但当前项目中可能不再需要这个步骤。
This commit is contained in:
@@ -45,7 +45,6 @@
|
||||
"lint": "vsh lint",
|
||||
"postinstall": "pnpm -r run stub --if-present",
|
||||
"preinstall": "npx only-allow pnpm",
|
||||
"prepare": "is-ci || pnpm exec lefthook install",
|
||||
"preview": "turbo-run preview",
|
||||
"publint": "vsh publint",
|
||||
"reinstall": "pnpm clean --del-lock && pnpm install",
|
||||
|
||||
Reference in New Issue
Block a user