From 2aa22a4ede10653409ed67fc9c66824be0efdfe9 Mon Sep 17 00:00:00 2001 From: Mohammad Kermani Date: Sun, 16 Mar 2025 19:34:47 +0000 Subject: [PATCH] fix: fix Husky error on CI --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c345ecb..53b82b8 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "db:pull": "drizzle-kit pull", "db:check": "drizzle-kit check", "db:up": "drizzle-kit up", - "prepare": "husky && husky install", + "prepare": "husky && husky install || true", "type-check": "tsc --noEmit" }, "dependencies": {