Skip to content

Commit

Permalink
fix(husky): fixes deploy command
Browse files Browse the repository at this point in the history
  • Loading branch information
lbenie committed Jun 13, 2018
1 parent e0d8779 commit e8a2889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion husky.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module.exports = {
'commit-msg': 'commitlint -e $GIT_PARAMS',
'pre-commit': 'lint-staged',
'post-merge': 'sh post-merge.sh',
'post-commit': 'git update-index --again',
},
};

0 comments on commit e8a2889

Please sign in to comment.