parallel

Default: false

Note

Lefthook runs commands and scripts sequentially by default

Run commands and scripts concurrently.

Example

# lefthook.yml

pre-commit:
  parallel: true
  commands:
    lint:
      run: yarn lint
    test:
      run: yarn test