npm / statusboard

Public monitor/status/health board for @npm/cli-team's maintained projects
https://npm.github.io/statusboard
Other
155 stars 54 forks source link

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

Open darcyclarke opened 2 years ago

darcyclarke commented 2 years ago

Summary

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

Exit Criteria

Links & References

Prashant7451 commented 2 years ago

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

bnb commented 2 years ago

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

ljharb commented 2 years ago

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

niemyjski commented 1 year ago

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