From a2fa825d4aab9b0298a2331cb41f9f6b3d2a7140 Mon Sep 17 00:00:00 2001 From: flower-f <1647231392@qq.com> Date: Thu, 31 Oct 2024 16:29:06 +0800 Subject: [PATCH] fix: husky --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d726243..22802ea 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "preview": "bun --bun vite preview", "lint": "bun --bun eslint --ext .js,.jsx,.ts,.tsx --cache --fix --quiet ./", "format": "bun --bun prettier --write ./src", - "prepare": "husky install", + "prepare": "husky", "test": "vitest", "typecheck": "tsc" },