From ff74ec97b2a9fc0af2204d43f7d36f6e0a260c5c Mon Sep 17 00:00:00 2001 From: Tyler Schloesser Date: Tue, 27 Feb 2024 09:45:46 -0800 Subject: [PATCH] hack husky --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4a340ce..5e2ccbd 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "test": "prettier --check .", "build": "npm run build -w packages/app", "deploy": "npm run deploy -w packages/cdk", - "prepare": "husky" + "prepare": "husky || true" }, "workspaces": [ "./packages/*"