Skip to content

Commit

Permalink
don't run tests as part of pre-push
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyaGu committed Jan 22, 2020
1 parent cdaa46b commit b916ed2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .huskyrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,9 @@

'use strict';

module.exports = require('@financial-times/rel-engage/packages/dotfiles/husky');
module.exports = {
hooks : {
...require('@financial-times/rel-engage/packages/dotfiles/husky'),
'pre-push': ''
}
};

0 comments on commit b916ed2

Please sign in to comment.