diff --git a/.huskyrc.js b/.huskyrc.js index 20ed03c..12ea11e 100644 --- a/.huskyrc.js +++ b/.huskyrc.js @@ -2,7 +2,7 @@ module.exports = { hooks: { // you can skip git hooks with --no-verify flag // but make sure you know what you are doing - 'pre-commit': 'yarn lint', - 'pre-push': 'yarn lint' + // 'pre-commit': 'yarn lint', + // 'pre-push': 'yarn lint' } };