From 1a37668f0b07ac1fc16a37b9de3decf0da013db0 Mon Sep 17 00:00:00 2001 From: Thomas Date: Mon, 11 Sep 2023 09:35:09 +0200 Subject: [PATCH] fix: husky was removed in commit #2086, but prepare still uses it (#2128) --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index eb6a23994..793a1922f 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",