-
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
Package manager: support pnpm's recursive option #5350
Comments
I want this too. You can use manypkg for the time being if you don't want to use pnpm -r |
Didn't know about manypkg; thanks for the suggestion! For now I'll iterate over the folders in a zsh script, but I hope this feature request will be implemented some day. |
is a useful pattern for CI. It would be great if Bun supported something similar! |
Would love to have this functionality as well. |
Related: #2232 |
Moved to bun for workspaces recently, and this is really missing - think i have to move back to pnpm just for this.
If dependabot worked with bun workspaces, that would also do the trick. |
+1 |
What is the problem this feature would solve?
I have multiple projects under
~/Developer
; each in their own folder.When still using
pnpm
I could use this command in~/Developer
to update all projects at once:Problem with
bun
: I have to runbun
in all folders individually.What is the feature you are proposing to solve the problem?
Can you please add
pnpm
's recursive option?What alternatives have you considered?
Manually looping over all folders and running
bun
in every single folder individually...The text was updated successfully, but these errors were encountered: