0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2024-12-16 20:26:19 -05:00
logto/.husky/pre-commit

7 lines
217 B
Text
Raw Normal View History

2021-07-25 09:27:51 -05:00
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
# Keep concurrency 1 to avoid lint-staged issue
# Which may cause ALL your work LOST WITHOUT STASH
FORCE_COLOR=1 pnpm -r --workspace-concurrency 1 --filter "[HEAD]" precommit