'how to run pre-commit in angular 7?
Solution 1:[1]
Follow this
install husky globally: npm install husky -g
Install git hooks (this will create the .husky folder): husky install
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Zach Jensz |