parallel
Default: false
false
Lefthook runs commands and scripts sequentially by default
Run commands and scripts concurrently.
# lefthook.yml pre-commit: parallel: true commands: lint: run: yarn lint test: run: yarn test