Created
September 2, 2020 10:55
-
-
Save indreklasn/5b1438daa5f14641350f3f8cfe97b462 to your computer and use it in GitHub Desktop.
Husky example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// package.json | |
{ | |
"husky": { | |
"hooks": { | |
"pre-commit": "npm lint", | |
"pre-push": "npm test" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment