Open ghost opened 2 years ago
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.
.husky/*
chmod +x .husky/*
Like this
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.