Skip to content

Commit

Permalink
Add pre-commit hook for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mrijk committed Nov 3, 2017
1 parent 55f99ea commit 89d0d8b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
"type": "git",
"url": "git+https://github.com/mrijk/speculaas.git"
},
"pre-commit": [
"test"
],
"author": {
"name": "Maurits Rijk",
"email": "maurits.rijk@gmail.com"
Expand All @@ -47,6 +50,7 @@
"gitbook-cli": "^2.3.2",
"istanbul": "^0.4.5",
"mocha": "^4.0.1",
"pre-commit": "^1.2.2",
"sinon": "^4.1.0",
"stryker": "^0.13.0",
"stryker-api": "^0.11.0",
Expand Down

0 comments on commit 89d0d8b

Please sign in to comment.