Skip to content

Commit

Permalink
fix(hook): fix git pre-commit hook
Browse files Browse the repository at this point in the history
  • Loading branch information
ph1p committed Dec 1, 2018
1 parent 5204f26 commit 341831e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
"test-coverage": "cross-env NODE_ENV=test jest --coverage",
"test-watch": "cross-env NODE_ENV=test jest --watchAll"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"keywords": [
"jsdoc",
"static",
Expand Down

0 comments on commit 341831e

Please sign in to comment.