Skip to content

Commit

Permalink
🐛 (husky) remove pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeFitz committed Jul 23, 2024
1 parent cbac83d commit b9f74ca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/bin/sh
[ -n "$CI" ] && exit 0
# shellcheck source=/dev/null
. "$(dirname "$0")/_/husky.sh"

FILE_ENV=.env
if [ -f "$FILE_ENV" ]; then
Expand Down
4 changes: 0 additions & 4 deletions .husky/prepare-commit-msg
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
#!/bin/sh

#!/bin/sh
[ -n "$CI" ] && exit 0
# shellcheck source=/dev/null
. "$(dirname "$0")/_/husky.sh"

FILE_ENV=.env
if [ -f "$FILE_ENV" ]; then
Expand Down

0 comments on commit b9f74ca

Please sign in to comment.