From 730e943a8a53b854d18517944e70ebae52228c9d Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Fri, 2 Dec 2016 15:55:39 -0500 Subject: [PATCH] chore(commit): add pre commit to run validate --- package.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3fdc28ab228..4f01286064b 100644 --- a/package.json +++ b/package.json @@ -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" } - } -} \ No newline at end of file + }, + "pre-commit": [ + "test" + ] +}