Is it possible to apply package filters per task in the same command? #10545
RazeiXello
started this conversation in
Ideas
Replies: 2 comments
-
|
This is not possible today. Since this is a feature request, I'll change the category to "Ideas". |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
This would be super useful. For example, if I want to run only one of my projects, but have my incremental builder run on everything, I'd currently have to run two separate Having my incremental builder run on all packages is important because of our package dependencies in our monorepo. Perhaps there's another way to do what I want? |
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.
-
Summary
I've run into a scenario where I need to run a task and filter for only 2 apps, but also another task in the same line with a filter for only 1 app.
I tried something like this
but this ends up with turbo running
task1ANDtask2for all 3 apps.I assume it's because it's reading the command as
Is it not possible to have filters "grouped" to a task with some sort of separator? Like a quote? I wasn't able to find an example of this on https://turborepo.com/docs/reference/run#advanced-filtering-examples.
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions