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 wildcards in npm workspaces #24471

Merged
merged 3 commits into from
Jul 9, 2024

Conversation

dsherret
Copy link
Member

@dsherret dsherret commented Jul 8, 2024

Implemented in denoland/deno_config#74

Closes #24420

@dsherret dsherret requested a review from bartlomieju July 8, 2024 22:34
@@ -0,0 +1,5 @@
{
"workspaces": [
"packages/*"
Copy link
Member Author

Choose a reason for hiding this comment

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

More extensive tests in deno_config.

Copy link
Member

@bartlomieju bartlomieju left a comment

Choose a reason for hiding this comment

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

LGTM, once CI passes

@dsherret dsherret enabled auto-merge (squash) July 8, 2024 23:10
@dsherret dsherret merged commit e30ad77 into denoland:main Jul 9, 2024
17 checks passed
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.

Support wildcards in npm workspaces
2 participants