Skip to content

Commit c3f5253

Browse files
committed
Merge pull request #108 from 10gen/pre-commit-add-check
Add "run check" to pre-commit hook tests
2 parents 236b7f6 + 6f74d41 commit c3f5253

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@
5353
"test": "mocha",
5454
"check": "mongodb-js-precommit"
5555
},
56+
"pre-commit": [
57+
"check",
58+
"test"
59+
],
5660
"repository": {
5761
"type": "git",
5862
"url": "git://github.com/10gen/scout.git"

0 commit comments

Comments
 (0)