We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
npm install
lerna bootstrap
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).
yarn.lock
Ref: lerna/lerna#605
The text was updated successfully, but these errors were encountered:
Merge pull request #766 from Turfjs/yarn
472633c
Add yarn.lock to Turf modules #765 #704
Added via #766
Sorry, something went wrong.
DenisCarriere
No branches or pull requests
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
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
The text was updated successfully, but these errors were encountered: