statusboard
statusboard copied to clipboard
feat(workspaces): add `--topological-order` flag
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
- https://github.com/npm/cli/issues/3034#issuecomment-885290017
- https://github.com/npm/rfcs/issues/548
@darcyclarke Hey i want to fix this problem,can u share me all the preferences to related issue?
is there a reason not to do --order=topological?
Only when you know that the tasks you’re running can be done in any order.
This should be the default... Currently the build happens out of order even though there are package dependencies between workspace packages.