toplenboren / simple-git-hooks

A simple git hooks manager for small projects
MIT License
1.32k stars 43 forks source link

Missing step when migrating from husky v6 #63

Closed motss closed 2 years ago

motss commented 2 years ago

Stumbled upon this tiny package and am interested in using this due to its simplicity. However migrating from husky v6 is not as easy as it stated in the README, there is a missing step where you need to remove the entire .git/hooks folder because everything inside the folder are generated to always run husky.

# remove then run the setup command
$ rm -rf .git/hooks
$ npx simple-git-hooks