yarn lerna 2.0.0-beta.20
v2.0.0-beta.20

latest releases: 8.1.2, 8.1.1, 8.1.0...
7 years ago

New Feature

  • Add option to ignore packages when bootstrapping (fixes #117) (#168) @rygine

--ignore [glob]

Excludes a subset of packages when running a command.

$ lerna bootstrap --ignore component-*

The ignore flag, when used with the bootstrap command, can also be set in lerna.json under the bootstrapConfig key. The command-line flag will take precendence over this option.

Example

{
  "lerna": "2.0.0-beta.16",
  "version": "0.0.0",
  "bootstrapConfig": {
    "ignore": "component-*"
  }
}

Bug Fix

  • Explicitly ignore output from npm install (#217) @gigabo (currently has a bug on windows)
  • add-module-exports, set main file in package.json (#209) @hzoo
  • Use sync-exec for node 0.10 (#220) @hzoo (reverting in beta.22)

Don't miss a new lerna release

NewReleases is sending notifications on new releases.