Replies: 1 comment
|
vp run -r --parallel devThat is useful if, for example, your API package and types package both expose a vp run -r --parallel --concurrency-limit 4 devFor the example in the question, If the repository is a workspace, another clean option is to give each target package the same The relevant behavior is described in the repository's run guide: parallel mode ignores task dependencies and starts matching tasks at once; it is not shell-style composition of unrelated commands. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
In viteplus can I run different persistent scripts in parallel?
How I'm doing it currently using
concurrently.All reactions