mirror of
https://github.com/lobehub/lobehub
synced 2026-04-21 09:37:28 +00:00
5 lines
146 B
Text
Executable file
5 lines
146 B
Text
Executable file
BRANCH=$(git branch --show-current)
|
|
if [ "$BRANCH" = "dev" ] || [ "$BRANCH" = "main" ]; then
|
|
npm run type-check
|
|
fi
|
|
npx --no-install lint-staged
|