Skip to content

Commit

Permalink
Disable lefthook pre-push parallel execution
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesschaletzky committed Dec 6, 2023
1 parent 1210cfc commit d3ddbc2
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
Expand Up @@ -12,7 +12,7 @@ pre-commit:
tags: style
run: npm run format:check
pre-push:
parallel: true
parallel: false
commands:
licenses-audit:
tags: licenses audit
Expand Down

0 comments on commit d3ddbc2

Please sign in to comment.