Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Durable includeFilteredDependencies config via lerna.json #598

Merged
merged 1 commit into from Feb 16, 2017

Conversation

gigabo
Copy link
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
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

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.

None yet

3 participants