@atomico/run
v0.14.2
Published
Improves script run when using NPM Workspaces work, with `@atomico/run` you can:
Downloads
58
Readme
@atomico/run
Improves script run when using NPM Workspaces work, with @atomico/run you can:
- Run multiple scripts via a list of expressions.
- Run the scripts in parallel and observe the execution according to package.
- Filter the packages that run the script.
@atomico/run internally uses npm workspaces to learn the package tree and launch scripts, use @atomico/run if you are looking for parallel execution of multiple scripts
Flags
-p, --parallel
Run the scripts in parallel, example:
run test -p-s, --sequential
Run the scripts sequentially, example:
run step:1 step:2 step:3 -s-w, --workspace
run build -w=@ui/*Filter the scripts to run
