diff --git a/package.json b/package.json index 3fdc28ab22..4f01286064 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" + ] +}