Possible to filter tasks? #10712
-
SummaryIs it possible to only run the {
"tasks": {
"build": {
"dependsOn": ["^build"]
}
}
} Similarly can I make 2 test tasks; one that run in {
"tasks": {
"generate-api": {
"dependsOn": ["orval#build"]
}
}
} Thanks Additional informationNo response Examplehttps://github.com/snebjorn/orval/tree/update |
Beta Was this translation helpful? Give feedback.
Answered by
anthonyshew
Jul 25, 2025
Replies: 1 comment
-
Hi, here are our filtering docs: https://turborepo.com/docs/crafting-your-repository/running-tasks#using-filters |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
anthonyshew
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, here are our filtering docs: https://turborepo.com/docs/crafting-your-repository/running-tasks#using-filters