Skip to content

Allow using mixed of parallel and sequential.

Compare
Choose a tag to compare
@mysticatea mysticatea released this 30 Mar 16:09
· 247 commits to master since this release
npm-run-all --sequential clean lint --parallel watch:html watch:js mocha

--sequential/--parallel options make a group of tasks.
--sequential option runs the tasks on sequential.
--parallel option runs the tasks on parallel.

On whole, runs groups on sequential.