Skip to content

Commit

Permalink
chore: do not run pre-commit hook on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Feb 18, 2023
1 parent 0188b5f commit c245620
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/sh
[ -n "$CI" ] && exit 0

. "$(dirname "$0")/_/husky.sh"

yarn lint-staged
Expand Down

0 comments on commit c245620

Please sign in to comment.