diff --git a/.husky/pre-commit b/.husky/pre-commit index 85838f6be..ee4a69998 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -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 diff --git a/.husky/prepare-commit-msg b/.husky/prepare-commit-msg index 628883672..7fa9413eb 100755 --- a/.husky/prepare-commit-msg +++ b/.husky/prepare-commit-msg @@ -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