From 53c9ed2118512ff4367267a1c37d42a81255bb4d Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Tue, 19 May 2026 13:15:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20CI=EF=BC=9A=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=20package.json=20=E4=B8=AD=E6=AE=8B=E7=95=99=E7=9A=84?= =?UTF-8?q?=20husky=20prepare=20=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/package.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 0d303311..90a27c16 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -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",