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

Use yarn to install package dependencies #15

Merged
merged 1 commit into from
Oct 9, 2017
Merged

Use yarn to install package dependencies #15

merged 1 commit into from
Oct 9, 2017

Conversation

tomdale
Copy link
Contributor

@tomdale tomdale commented Sep 26, 2017

No description provided.

@rwjblue
Copy link
Member

rwjblue commented Oct 5, 2017

CI is not happy 😿

@tomdale
Copy link
Contributor Author

tomdale commented Oct 9, 2017

@rwjblue Ack, thanks for catching that. I made a booboo and was configuring the extra args as a string when it was supposed to be an array. I think this is good to go now and is much faster than npm, but we should try to switch to Yarn workspaces after we break the circular dependency.

@rwjblue rwjblue merged commit 4d7fbc2 into master Oct 9, 2017
@rwjblue rwjblue deleted the use-yarn branch October 9, 2017 01:46
@@ -3,5 +3,7 @@
"packages": [
"packages/@glimmer/*"
],
"npmClient": "yarn",
"npmClientArgs": ["--no-lockfile"],
Copy link
Member

Choose a reason for hiding this comment

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

Why?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don’t remember; didn’t we pair on this PR? 🎃 I don’t remember if this is disabled because it caused problems or just to preserve existing Lerna/npm semantics. If we use workspaces then these would get hoisted to the root yarn.lock anyway.

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

Successfully merging this pull request may close these issues.

4 participants