Answers for "angular husky"

2

angular9 husky

"husky": {
    "hooks": {
        "pre-commit": "pretty-quick --staged && ng lint && ng test",
        "pre-push": "ng build --aot true"
    }
}
Posted by: Guest on June-02-2020
2

how to add husky to angular

npm install husky --save-dev
Posted by: Guest on August-24-2020

Browse Popular Code Answers by Language