Skip to content

Commit

Permalink
chore: Skip husky on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wottpal committed Feb 16, 2023
1 parent 2bb30bd commit 49d3b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 49d3b83

Please sign in to comment.