From 010a5470b379db4fcfcb5d4375b4218f29458f6a Mon Sep 17 00:00:00 2001 From: Amit Kotlovski Date: Sun, 14 Jun 2026 09:53:41 +0300 Subject: [PATCH] fix: make husky prepare script non-breaking during production install --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d576fc6..fe2c95b 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "module", "scripts": { "check": "tsgo --noEmit", - "prepare": "husky" + "prepare": "husky || true" }, "pi": { "extensions": [