Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## What's the purpose of this pull request? The husky is not working properly In Husky, adding the `prepare` script in your package.json is necessary because it ensures that Husky installs its Git hooks correctly after running npm install or yarn install. https://typicode.github.io/husky/get-started.html typicode/husky#1016 ## How to test it? - Change a file - `git add .` - `git commit` You should see the husky working
- Loading branch information