Skip to content

Commit

Permalink
Edited
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanzzhang committed Feb 4, 2024
1 parent c6064c8 commit 5fc1965
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .huskyrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
};

0 comments on commit 5fc1965

Please sign in to comment.