husky
husky copied to clipboard
Initializing with pnpm creates a pre-commit that always fails git commit
When execute pnpm exec husky init, .husky/pre-commit will contain only pnpm, but pnpm, unlike yarn, will return 1 and exit when run without command line options. This causes git commit to always fail.