first commit

This commit is contained in:
winfred
2024-07-24 13:36:49 +08:00
parent d395c9c6ba
commit 2809a7f231
21 changed files with 606 additions and 14 deletions

View File

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