Skip to content

Commit

Permalink
parallelise pre-push
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeBu committed Feb 19, 2025
1 parent ad8b7f2 commit 927b799
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions lefthook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ pre-commit:
run: turbo lint

pre-push:
parallel: true
commands:
check:
run: turbo typecheck format:check lint
format:
run: turbo format:check
lint:
run: turbo lint
typecheck:
run: turbo typecheck

0 comments on commit 927b799

Please sign in to comment.