concurrently

v7.6.0
Run commands concurrently
bash concurrent parallel concurrently command sh

lint

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

test

jest

build

tsc --build

clean

tsc --build --clean

format

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

lint:fix

npm run lint -- --fix

postbuild

chmod +x dist/bin/concurrently.js

format:fix

npm run format -- --write

prepublishOnly

npm run build

report-coverage

cat coverage/lcov.info | coveralls

Metadata

  • MIT
  • ^12.20.0 || ^14.13.0 || >=16.0.0
  • Kimmo Brunfeldt
  • released 11/20/2022

Downloads