I can't get Task Dependencies to work #5256
Replies: 2 comments
-
|
Can you provide a minimal repro? The example you give above should actually cause a circular dependency validation error (since you're askind all |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Going to close here for staleness. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm a bit confused, the docs page make it seem very simple but I can't get Turbo to play along.
According to the Arbitrary Worskpaces example, I should just be able to specify
<workspace>#<task>inturbo.jsonand have Turbo launch both tasks.When I run Turbo however this is the output:
The workspace does exist and both commands run fine on their own:
I can only get the command to work if I modify it as such:
But this seems excessively verbose and considering the amount of projects in my repo I'd end up having a lot of empty Turbo configs.
Am I misunderstanding how this works?
I'm using
turbo@1.10.2.Beta Was this translation helpful? Give feedback.
All reactions