GitHub action cloudflare/wrangler-action@v3 + Hono + Zod = error about Husky
Hey everyone,
So I don’t fully understand yet if the issue comes from the GitHub action or from Zod but whenever I run my CI, it fails and says stuff about Husky (see attached), which I'm not using.
I attempted two commits in a row, one without Zod which went through and another with Zod (just installed, I didn't use it in the app) and it triggered once more the error.
No clue where to look at or what to do, anybody has any idea?
My context: Turborepo with an
apps/api
folder where my Hono app is living (and specified through workingDirectory
) and I'm running the command CLI option through command: deploy --minify --env preview
1 Reply
Ended up adding Husky as a devDeps (without using it) in my monorepo to finally bypass this, hate it but it works