chore(commit): add pre commit to run validate

This commit is contained in:
Brandy Carney
2016-12-02 15:55:39 -05:00
parent 94018a071e
commit 730e943a8a

View File

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