0
Q:

how to add husky to angular

"husky": {
    "hooks": {
        "pre-commit": "pretty-quick --staged && ng lint && ng test",
        "pre-push": "ng build --aot true"
    }
}
1
npm install husky --save-dev
1

New to Communities?

Join the community