example-typescript-package
example-typescript-package copied to clipboard
Can't commit with Husky installed
For some reason it would run my tests and everything would succeed, but the commit wouldn't happen. This is with a copy of the repository after I removed the .git directory and did 'git init' and committed an initial commit, then installed packages.
I removed the .husky directory and I could commit again.
You likely need to give .husky/* the proper permissions.
chmod +x .husky/*
Like this