You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That's not possible today with a single concurrently run, but it's an interesting idea.
The --parallel and --serial flag names SGTM too, if someone wants to look into this.
How do you see flags working in such a scenario? Should they apply to the next list of commands found, e.g.
#419 touches on being able to run two commands within a single parallel step in series, but is orchestrating something like the npm-run-all invocation
possible?
I.e.
clean
s in parallel, wait for them to finishbuild:fa
, wait for it to finishbuild:css
andbuild:js
in parallel, wait for them to finishThe text was updated successfully, but these errors were encountered: