Skip to content

Commit

Permalink
chore(commit): add pre commit to run validate
Browse files Browse the repository at this point in the history
  • Loading branch information
brandyscarney committed Dec 2, 2016
1 parent 94018a0 commit 730e943
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -130,5 +131,8 @@
"commitizen": {
"path": "node_modules/ionic-cz-conventional-changelog"
}
}
}
},
"pre-commit": [
"test"
]
}

0 comments on commit 730e943

Please sign in to comment.