Skip to content

Commit

Permalink
ci(nx): optimize pre-push output
Browse files Browse the repository at this point in the history
  • Loading branch information
secundant committed Dec 9, 2023
1 parent 286c3b1 commit 9c51aa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lefthook.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pre-push:
commands:
validate:
run: yarn nx run-many -t typecheck,test,lint
run: yarn nx run-many --output-style stream -t typecheck,test,lint

pre-commit:
parallel: true
Expand Down

0 comments on commit 9c51aa5

Please sign in to comment.