mirror of
https://github.com/logto-io/logto.git
synced 2024-12-16 20:26:19 -05:00
b489224dd3
Co-authored-by: Gao Sun <gao@silverhand.io>
3 lines
175 B
Text
Executable file
3 lines
175 B
Text
Executable file
# 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
|