移除未使用的 husky 依赖,pre-push hook 用手写脚本替代

This commit is contained in:
2569718930@qq.com
2026-05-19 12:48:36 +08:00
parent 476a4f85d8
commit 6d132e6a7f
+2 -1
View File
@@ -8,7 +8,8 @@
"start": "next start",
"lint": "next lint",
"typecheck": "tsc --noEmit",
"test:business": "node scripts/run-business-state-tests.mjs"
"test:business": "node scripts/run-business-state-tests.mjs",
"prepare": "husky"
},
"dependencies": {
"@radix-ui/react-slot": "^1.1.2",