From 3f6d9607875f2049cd95b04417c9281f9f14f06d Mon Sep 17 00:00:00 2001 From: thomasync Date: Fri, 8 Sep 2023 17:23:52 +0200 Subject: [PATCH] fix: husky was removed in commit #2086, but prepare still uses it --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index eb6a23994b1..793a1922f29 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,6 @@ "packages/*" ], "scripts": { - "prepare": "husky install", "build": "turbo run build", "dev": "turbo run dev", "start": "turbo run start",