chore(): move to pre-push hooks

This commit is contained in:
mhartington
2016-12-07 11:29:52 -05:00
parent df52a410d3
commit faec92691b

View File

@ -39,7 +39,7 @@
"zone.js": "~0.6.26" "zone.js": "~0.6.26"
}, },
"devDependencies": { "devDependencies": {
"@ionic/commit-hooks": "^1.0.1", "@ionic/commit-hooks": "1.0.2",
"@types/connect": "3.4.30", "@types/connect": "3.4.30",
"@types/del": "2.2.31", "@types/del": "2.2.31",
"@types/glob": "5.0.30", "@types/glob": "5.0.30",
@ -132,7 +132,7 @@
"path": "node_modules/ionic-cz-conventional-changelog" "path": "node_modules/ionic-cz-conventional-changelog"
} }
}, },
"pre-commit": [ "pre-push": [
"test" "test"
] ]
} }