mysticatea / npm-run-all

A CLI tool to run multiple npm-scripts in parallel or sequential.
MIT License
5.72k stars 240 forks source link

Usage of npm-run-all cli params --sequential and --parallel at the same time #213

Open rcampbel opened 3 years ago

rcampbel commented 3 years ago

Few questions about npm-run-all support for --sequential <tasks> and --parallel <tasks>.

Does the npm-run-all support running the command with --sequential and --parallel at the same time?

npm-run-all --sequential jobA jobB --parallel jobC jobD

If yes: