mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-27 13:29:15 +07:00
6 lines
146 B
Plaintext
Executable File
6 lines
146 B
Plaintext
Executable File
BRANCH=$(git branch --show-current)
|
|
if [ "$BRANCH" = "dev" ] || [ "$BRANCH" = "main" ]; then
|
|
npm run type-check
|
|
fi
|
|
npx --no-install lint-staged
|