Replies: 3 comments
-
|
I would also be looking forward to something like this (#1334) |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Any updates on this one? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
we've thought about this a few times over the years, will take into consideration! In the meantime, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the feature you'd like to request
Being able to build with dependency graph is cool. But what if, in a big repo with many different projects, I'd only like to install & build the frontend project without having the backend dependencies. Rush is able to do just that. Is there a way to accomplish the same with turbo repo?
Describe the solution you'd like
turbo install --filter=my-appDescribe alternatives you've considered
Using rush; or using pnpm and deleting the folders that I don't want to have included, just before installing.
Beta Was this translation helpful? Give feedback.
All reactions