lerna

v3.0.0-alpha.2
Tool for managing JavaScript projects with multiple packages

ci

npm test -- --ci --coverage --verbose && npm run integration -- --ci

fix

npm run lint -- --fix

lint

eslint . --ignore-path .gitignore --cache

test

cross-env LC_ALL=en-US NODE_ENV=test jest

pretest

npm run lint

test:watch

cross-env LC_ALL=en-US NODE_ENV=test jest --watchAll --no-watchman

integration

cross-env LC_ALL=en-US NODE_ENV=test jest --config jest.integration.js

test:watch-integration

npm run integration -- --watchAll --no-watchman

Metadata

  • MIT
  • >= 6.9.0
  • Sebastian McKenzie
  • released 3/2/2018

Downloads