Skip to content

Instantly share code, notes, and snippets.

@indreklasn
Created September 2, 2020 10:55
Show Gist options
  • Save indreklasn/5b1438daa5f14641350f3f8cfe97b462 to your computer and use it in GitHub Desktop.
Save indreklasn/5b1438daa5f14641350f3f8cfe97b462 to your computer and use it in GitHub Desktop.
Husky example
// 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