Replies: 1 comment 3 replies
-
|
I'm confused about what that syntax would mean. Is it "Do |
Beta Was this translation helpful? Give feedback.
3 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.
-
Goals
I want to be able to use the following in
turbo.json(note"my-app#^build"):{ "extends": ["//"], "tasks": { "run": { "dependsOn": ["my-app#^build"] } } }That currently fails, only
"my-app#build"is supported. see: https://turbo.build/repo/docs/reference/configuration#arbitrary-task-relationshipsNon-goals
No other changes are proposed.
Background
Arbitrary dependencies are not the norm, but are sometimes required. This would be a helpful addition.
Proposal
I'm not familiar with this part of the codebase, but would be happy to try.
Beta Was this translation helpful? Give feedback.
All reactions