npm-run-all

v4.1.5
A CLI tool to run multiple npm-scripts in parallel or sequential.
cli command commandline tool npm npm-scripts run sequential serial and 3 more...

_mocha

mocha "test/*.js" --timeout 120000

clean

rimraf .nyc_output coverage jsdoc "test-workspace/{build,test.txt}"

docs

jsdoc -c jsdoc.json

lint

eslint bin lib scripts test "test-workspace/tasks/*.js"

pretest

node scripts/make-slink.js && npm run lint

preversion

npm test

postversion

git push && git push --tags

test

nyc --require babel-register npm run _mocha

watch

npm run _mocha -- --require babel-register --watch --growl

codecov

nyc report -r lcovonly && codecov
npm i npm-run-all

Metadata

  • MIT
  • >= 4
  • Toru Nagashima
  • released 11/24/2018

Downloads

Maintainers