diff --git a/.gitignore b/.gitignore index 423ed2b..75e1a34 100644 --- a/.gitignore +++ b/.gitignore @@ -19,4 +19,5 @@ tests/**/coverage/ *.ntvs* *.njsproj *.sln -tsconfig.tsbuildinfo \ No newline at end of file +tsconfig.tsbuildinfo +/.husky/ diff --git a/.husky/pre-commit b/.husky/pre-commit index 6e229ea..21e7ff8 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,5 +1,4 @@ #!/bin/sh -. "$(dirname "$0")/_/husky.sh" . "$(dirname "$0")/common.sh" [ -n "$CI" ] && exit 0 @@ -7,4 +6,4 @@ PATH="/usr/local/bin:$PATH" # Perform lint check on files in the staging area through .lintstagedrc configuration -pnpm exec lint-staged \ No newline at end of file +pnpm exec lint-staged