concurrently

v9.0.0
Run commands concurrently
bash concurrent parallel concurrently command sh

lint

eslint --ignore-path .gitignore --ext mjs,js,ts .

test

jest --selectProjects unit

build

tsc --build

clean

tsc --build --clean

format

prettier --check '**/*.{json,y?(a)ml,md}'

lint:fix

pnpm run lint --fix

postbuild

chmod +x dist/bin/concurrently.js

format:fix

pnpm run format --write

test:smoke

jest --selectProjects smoke

report-coverage

cat coverage/lcov.info | coveralls

Metadata

  • MIT
  • >=18
  • Kimmo Brunfeldt
  • released 9/8/2024

Downloads