Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(workspaces): add --topological-order flag #517

Open
1 task
darcyclarke opened this issue May 18, 2022 · 4 comments
Open
1 task

feat(workspaces): add --topological-order flag #517

darcyclarke opened this issue May 18, 2022 · 4 comments
Labels

Comments

@darcyclarke
Copy link
Contributor

Summary

npm has enough information to properly run workspace commands in an order that should be ideal for the workspaces.

Exit Criteria

  • default is false
  • [ ]

Links & References

@Prashant7451
Copy link

@darcyclarke Hey i want to fix this problem,can u share me all the preferences to related issue?

@bnb
Copy link

bnb commented Jun 9, 2022

is there a reason not to do --order=topological?

@ljharb
Copy link

ljharb commented Jun 9, 2022

Only when you know that the tasks you’re running can be done in any order.

@niemyjski
Copy link

This should be the default... Currently the build happens out of order even though there are package dependencies between workspace packages.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants