chore: run tests before push

This commit is contained in:
Dominik Ferber
2016-03-09 19:12:09 +01:00
parent c03055fefa
commit ac4aa7fda8

View File

@@ -80,7 +80,8 @@
],
"config": {
"ghooks": {
"commit-msg": "node_modules/.bin/validate-commit-msg"
"commit-msg": "node_modules/.bin/validate-commit-msg",
"pre-push": "npm test"
},
"commitizen": {
"path": "node_modules/cz-conventional-changelog/"