Support concurrent / parallel workspace command executions #781
-
With this discussion I'd like to suggest and improvement to the npm workspaces feature. At the moment npm allows you to run commands like This is great, however the commands are run sequentially and at the best of my knowledge, it seems that the order in which they are listed in It would be great if for selected commands/situations, the CLI supported a flag like At the moment, if you want to achieve the same result, you have to manually run I have tried to search for similar discussions in this repo but couldn't find anything using the keywords "concurrent", "parallel", or "sequential". If there's already another discussion on this topic please feel free to close this in favor of the original one. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I don't really understand why this was marked as answered. The threads listed above are in regards to running concurrent npm commands within a single npm project, this thread is requesting concurrent npm commands for workspaces. To the original authors point, it is logistically impossible to use workspaces natively as a development tool if I cannot run multiple "watch" commands at the same time. |
Beta Was this translation helpful? Give feedback.
See: