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
+1
View File
@@ -20,3 +20,4 @@ tests/**/coverage/
*.njsproj *.njsproj
*.sln *.sln
tsconfig.tsbuildinfo tsconfig.tsbuildinfo
/.husky/
-1
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