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

Include Yarn to Lerna #704

Closed
DenisCarriere opened this issue May 1, 2017 · 1 comment
Closed

Include Yarn to Lerna #704

DenisCarriere opened this issue May 1, 2017 · 1 comment
Assignees
Labels
Milestone

Comments

@DenisCarriere
Copy link
Member

DenisCarriere commented May 1, 2017

Just noticed you can include Yarn to Lerna.

This will significantly reduce the time it takes to do npm install / lerna bootstrap which means faster testing response from CircleCI & TravisCI.

Found example from React Router
https://github.com/ReactTraining/react-router/blob/master/lerna.json

{
  "lerna": "2.0.0-rc.1",
  "npmClient": "yarn",
  "version": "independent",
  "packages": [
    "packages/*"
  ]
}

It's fair to say that Yarn is mature enough to be used reliability (opinion me).

It is strongly suggested to include yarn.lock files to each repo (currently being excluded).

Ref: lerna/lerna#605

@DenisCarriere DenisCarriere added this to the 4.3.0 milestone May 1, 2017
@DenisCarriere DenisCarriere self-assigned this May 1, 2017
@DenisCarriere DenisCarriere changed the title Switch Lerna to Yarn Include Yarn to Lerna May 1, 2017
@DenisCarriere DenisCarriere modified the milestones: 4.3.0, 4.4.0 May 8, 2017
DenisCarriere added a commit that referenced this issue May 28, 2017
Add yarn.lock to Turf modules #765 #704
@DenisCarriere
Copy link
Member Author

Added via #766

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant