This commit is contained in:
2024-12-20 14:42:39 +08:00
parent ee1ae711f5
commit e39ea741ea
2 changed files with 3 additions and 3 deletions

3
.gitignore vendored
View File

@@ -19,4 +19,5 @@ tests/**/coverage/
*.ntvs* *.ntvs*
*.njsproj *.njsproj
*.sln *.sln
tsconfig.tsbuildinfo tsconfig.tsbuildinfo
/.husky/

View File

@@ -1,5 +1,4 @@
#!/bin/sh #!/bin/sh
. "$(dirname "$0")/_/husky.sh"
. "$(dirname "$0")/common.sh" . "$(dirname "$0")/common.sh"
[ -n "$CI" ] && exit 0 [ -n "$CI" ] && exit 0
@@ -7,4 +6,4 @@
PATH="/usr/local/bin:$PATH" PATH="/usr/local/bin:$PATH"
# Perform lint check on files in the staging area through .lintstagedrc configuration # Perform lint check on files in the staging area through .lintstagedrc configuration
pnpm exec lint-staged pnpm exec lint-staged