-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
support bun install --filter <pattern>
#16093
Conversation
Updated 6:14 PM PT - Jan 3rd, 2025
❌ @dylan-conway, your commit cb860d2 has 1 failures in
🧪 try this PR locally: bunx bun-pr 16093 |
seems like an ok flag since that is exactly what pnpm offers via their |
Looks related with #15735 |
What does this PR do?
This allows
bun install
to install packages only for the matching patterns provided to--filter
.closes #15948
How did you verify your code works?
tests:
!