From 6d132e6a7fab51d3d2960a26528023122d4aa49c Mon Sep 17 00:00:00 2001 From: "2569718930@qq.com" <2569718930@qq.com> Date: Tue, 19 May 2026 12:48:36 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=9C=AA=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E7=9A=84=20husky=20=E4=BE=9D=E8=B5=96=EF=BC=8Cpre-push=20hook?= =?UTF-8?q?=20=E7=94=A8=E6=89=8B=E5=86=99=E8=84=9A=E6=9C=AC=E6=9B=BF?= =?UTF-8?q?=E4=BB=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 90a27c16..0d303311 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -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",