Turborepo not waiting for dependent tasks to complete before starting parent task. #9856
Unanswered
aliu-vmware
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
I have a pretty basic monorepo with a set of packages that each have a "compile" script that feed into a single app with a "start" dev server script.
I have noticed that when I run
turbo run app#start
, it immediately launches the start task, even though some of the dependent compile tasks are not done. Running with --graph does show that there's a dependency from app -> the package in question.What's going on/how do I debug this?
Additional information
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions