修复 CI:移除 package.json 中残留的 husky prepare 脚本

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