From 410e2206f6bd501ef0354a994c2e7d26aae8cbb4 Mon Sep 17 00:00:00 2001 From: Mirone Date: Tue, 14 Jan 2025 11:57:31 +0800 Subject: [PATCH] chore: remove husky install since it's deprecated (#1616) --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 5f037c6affd..586c65954ac 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,6 @@ "node": ">=17" }, "scripts": { - "postinstall": "husky install", "test": "pnpm test:lint && pnpm test:tsc:cache && pnpm test:unit", "test:unit": "vitest run", "test:unit:watch": "vitest",