lerna

v2.6.0
Tool for managing JavaScript projects with multiple packages

ci

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

dev

babel -w src -d lib

fix

npm run lint -- --fix

lint

eslint . --ignore-path .gitignore

test

cross-env LC_ALL=en-US jest

build

babel src -d lib

pretest

npm run lint -- --cache

prepublish

npm run build

test:watch

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

integration

cross-env LC_ALL=en-US jest --config test/config/integration.json

preintegration

npm pack

test:watch-integration

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

Metadata

  • MIT
  • >= 4
  • Sebastian McKenzie
  • released 1/8/2018

Downloads