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

feat(lib): GetPackages to support yarn workspaces #22

Closed
wants to merge 1 commit into from
Closed

feat(lib): GetPackages to support yarn workspaces #22

wants to merge 1 commit into from

Conversation

maraisr
Copy link
Contributor

@maraisr maraisr commented May 14, 2019

With this PR I aim to support yarn workspaces.

There is 1 assumption; If you've got yarn workspaces, I assume you're not using lerna bootstrap, and thus packages listed in lerna.json are ignored. We could potentially console.warn to the user and make them aware of that maybe? Or maybe concat, and de-dupe the list? But afaik, lerna and yarn workspaces don't play well together from a bootstrap perspective, but rather as a task runner.

resolves #20

@JamieMason
Copy link
Owner

Thanks for this @maraisr, released in 4.5.2

@maraisr maraisr deleted the feature/support-yarn-workspaces branch May 19, 2019 02:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Yarn workspaces support
2 participants