Skip to content

Commit

Permalink
feat(core): edit command property schema
Browse files Browse the repository at this point in the history
  • Loading branch information
gearonix committed Nov 11, 2023
1 parent 2920601 commit 886b03f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/generated/packages/nx/executors/run-commands.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,18 @@
"x-priority": "important"
},
"command": {
"oneOf": [
{
"type": "array",
"description": "Command to run in child process, but divided into parts.",
"items": { "type": "string" },
"x-priority": "important"
},
{
"type": "string",
"description": "Command to run in child process."
}
],
"type": "string",
"description": "Command to run in child process.",
"x-priority": "important"
Expand Down

0 comments on commit 886b03f

Please sign in to comment.