Skip to content

Commit

Permalink
chore(gha): exiting early from husky
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Motevasselani committed Jun 10, 2023
1 parent a47ce16 commit 22884e4
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,6 +1,8 @@
#!/usr/bin/env bash
# CHECK THIS FILE INTO SOURCE CONTROL!

exit 0

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

# [[ -e random-wait-deck/node_modules/.bin/lint-staged ]] && cd random-wait-deck; ./node_modules/.bin/lint-staged -p false

0 comments on commit 22884e4

Please sign in to comment.