nx/docs/api-builders/run-commands.md

30 lines
462 B
Markdown

# run-commands
Run commands
## Properties
### commands
Type: `array` of `object`
#### command
Type: `string`
Command to run in child process
### 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.