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: support Yarn nohoist workspaces #57

Merged
merged 1 commit into from
Feb 1, 2024
Merged

Conversation

QuiiBz
Copy link
Owner

@QuiiBz QuiiBz commented Feb 1, 2024

Closes #53

Support Yarn nohoist workspaces configuration, where the root package.json's workspaces field looks like:

"workspaces": {
  "packages": ["packages/*"],
  "nohoist": []
}

instead of the well-known:

"workspaces": ["packages/*"]

@QuiiBz QuiiBz added the enhancement New feature or request label Feb 1, 2024
@QuiiBz QuiiBz merged commit 7bb21e7 into main Feb 1, 2024
4 checks passed
@QuiiBz QuiiBz deleted the feat/support-yarn-nohoist branch February 1, 2024 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Yarn workspace
1 participant