Skip to content

Commit

Permalink
Add commit-msg in the hook list.
Browse files Browse the repository at this point in the history
  • Loading branch information
pricco committed Jun 25, 2016
1 parent eb5900d commit b344829
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ var yargs = require('yargs');

var hooks = [
'pre-commit',
'pre-push'
'pre-push',
'commit-msg'
];

function Gilp (gulp) {
Expand Down

0 comments on commit b344829

Please sign in to comment.