Skip to content

Commit 6277310

Browse files
committed
Added prepush hook.
1 parent 9fcc501 commit 6277310

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"lint": "eslint src",
1111
"mocha": "cross-env NODE_ENV=test nyc mocha src/**/*-test.js",
1212
"test": "npm run lint && npm run mocha",
13+
"prepush": "npm run test",
1314
"coverage": "nyc report --reporter=text-lcov | coveralls",
1415
"release": "node ./release.js"
1516
},

0 commit comments

Comments
 (0)