Skip to content
Discussion options

You must be logged in to vote

vp run --parallel exists, but it solves a slightly different problem: it runs the same named script across recursive/workspace targets without dependency ordering. The documented form is:

vp run -r --parallel dev

That is useful if, for example, your API package and types package both expose a dev script. You can optionally cap concurrency:

vp run -r --parallel --concurrency-limit 4 dev

For the example in the question, vp run dev and vp pack --watch are two different commands in the same working tree. The current run interface does not turn an arbitrary list of distinct commands into one supervised process, so concurrently (or another process supervisor) remains the straightforward choice.

I…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by jp319
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants