feat(docs): fix typo in run-commands
This commit is contained in:
parent
1dacfefbaf
commit
c82cfe4692
@ -16,4 +16,4 @@ Run commands in parallel
|
|||||||
|
|
||||||
Type: `string`
|
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 one when all the child processes complete.
|
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.
|
||||||
|
|||||||
@ -24,7 +24,7 @@
|
|||||||
},
|
},
|
||||||
"readyWhen": {
|
"readyWhen": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "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 one when all the child processes complete."
|
"description": "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."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": ["commands"]
|
"required": ["commands"]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user