mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
chore: run tests before push
This commit is contained in:
@@ -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/"
|
||||
|
||||
Reference in New Issue
Block a user