From 49d3b837bd90e52b3371ba0e349dfe996d559bf2 Mon Sep 17 00:00:00 2001 From: Dennis Zoma Date: Thu, 16 Feb 2023 07:34:40 +0100 Subject: [PATCH] chore: Skip husky on CI --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index 3ddcc07..3bc4a51 100644 --- a/vercel.json +++ b/vercel.json @@ -4,7 +4,7 @@ "buildCommand": "pnpm build", "devCommand": "pnpm dev", "outputDirectory": "./packages/frontend/.next", - "installCommand": "pnpm install --no-frozen-lockfile", + "installCommand": "HUSKY=0 pnpm install --no-frozen-lockfile", "ignoreCommand": "", "github": { "silent": true