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

yarn.lock should not be listed in .gitignore #1009

Closed
theinterned opened this issue May 9, 2017 · 1 comment
Closed

yarn.lock should not be listed in .gitignore #1009

theinterned opened this issue May 9, 2017 · 1 comment
Assignees
Labels

Comments

@theinterned
Copy link
Member

I noticed that the yarn lock file is ignored. Is this on purpose?

yarnpkg/yarn#1583

@ndelangen
Copy link
Member

It is, yarn + lerna = trouble for us right now.

You're free to use yarn to install in root, but lerna should be using npm.

We're caching node_modules in travis CI, so builds are already relatively fast, yarn is not that much faster in this case to warrant the issues when combining with lerna at this point.

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

2 participants