nx/docs/api-builders/run-commands.md
2019-03-12 18:22:21 -04:00

20 lines
358 B
Markdown

# run-commands
Run commands
## Properties
### parallel
Default: `true`
Type: `boolean`
Run commands in parallel
### readyWhen
Type: `string`
String to appear in stdout or stderr that indicates that the task is done. This option can only be used when parallel is set to true. If not specified, the task is done when all the child processes complete.