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

View File

@@ -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
pnpm exec lint-staged