You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have created a monorepo using bun workspaces. One pain point is whenever I run bun install bun installs deps for all the packages at a go. As fast as bun install is, its eating a chunk of my development time. Is it possible to scope installation to a specific package? I've looked through the documentation and can't seem to find any way of doing so. If not, then I'd like to know whether there's a conversation about this.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I have created a monorepo using bun workspaces. One pain point is whenever I run
bun install
bun installs deps for all the packages at a go. As fast asbun install
is, its eating a chunk of my development time. Is it possible to scope installation to a specific package? I've looked through the documentation and can't seem to find any way of doing so. If not, then I'd like to know whether there's a conversation about this.Thanks.
Beta Was this translation helpful? Give feedback.
All reactions