Hi everyone I think I …
Hi everyone - I think I asked this before, but I can’t find it so asking again (apologies)… if I run any task using nx affected
and as long as I dont run anything in parallel, can I then be assured that the order in which the task is run on all affected projects, is based on the dep graph? e.g. can I be assured that my backend will deploy before it deploys my frontend (assuming both projects are effected by a change and assuming my frontend has an implicit dependency on my backend) ?
Responses:
Hey Jelte - yes, as far as I know affected
takes the dep-graph into account.
sweet :thumbsup:
Actually it turns out it does not run the tasks in order of dep graph :disappointed:
(at least not for the implicit deps)