You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
When execute
pnpm exec husky init
,.husky/pre-commit
will contain onlypnpm
, butpnpm
, unlikeyarn
, will return 1 and exit when run without command line options. This causes git commit to always fail.The text was updated successfully, but these errors were encountered: