Skip to content

Should run-many run targets in specified order? #26008

Closed Answered by jaysoo
dmcweeney asked this question in Questions
Discussion options

You must be logged in to vote

Hi @dmcweeney , this isn't a bug, as Nx schedules tasks depending on various factors, including dependent tasks, distribution, etc.

If you need to run tasks sequentially, I recommend breaking them out into separate commands. e.g. nx run-many -t lint && nx run-many -t test && nx run-many -t build

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by dmcweeney
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants