Skip to content

Instantly share code, notes, and snippets.

@whoisryosuke
Created March 30, 2019 08:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save whoisryosuke/46961ef76e61e23bdd31bab905f21ba7 to your computer and use it in GitHub Desktop.
Save whoisryosuke/46961ef76e61e23bdd31bab905f21ba7 to your computer and use it in GitHub Desktop.
NodeJS - Useful package.json stuff
{
"husky": {
"hooks": {
"pre-commit": "npm format && npm test",
"pre-push": "npm format && npm test"
}
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment