Skip to content

Durable includeFilteredDependencies config via lerna.json#598

Merged
evocateur merged 1 commit intolerna:masterfrom
gigabo:include-config
Feb 16, 2017
Merged

Durable includeFilteredDependencies config via lerna.json#598
evocateur merged 1 commit intolerna:masterfrom
gigabo:include-config

Conversation

@gigabo
Copy link
Copy Markdown
Contributor

@gigabo gigabo commented Feb 10, 2017

Works at both the top level and also per-command.

Example:

{
  ...
  "commands": {
    "bootstrap" {
      "includeFilteredDependencies": true
    }
  }
}

Works at both the top level and also per-command.

Example:

```js
{
  ...
  "commands": {
    "bootstrap" {
      "includeFilteredDependencies": true
    }
  }
}
Copy link
Copy Markdown
Member

@evocateur evocateur left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I started noodling the other day about making getOptions() into a lazy get options() property, since repeated calls always return the same values. Could even replace all this.flags usage, since the flags are already mixed in.

Anyway, 👍

@evocateur evocateur merged commit d7c1fe9 into lerna:master Feb 16, 2017
@lock
Copy link
Copy Markdown

lock Bot commented Dec 27, 2018

This thread has been automatically locked because there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock Bot locked as resolved and limited conversation to collaborators Dec 27, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants