midnightLightV2 icon indicating copy to clipboard operation
midnightLightV2 copied to clipboard

Add ghooks and prevent commit if tests fail

Open dsebastien opened this issue 10 years ago • 0 comments

https://www.npmjs.com/package/ghooks

package.json:

...
"config": {
  "ghooks": {
    "pre-commit": "npm run test",
    "commit-msg": "validate-commit-msg $1",
    "pre-push": "npm run test"
  }
}

dsebastien avatar Nov 19 '15 00:11 dsebastien