diff --git a/docs/generated/packages/nx/executors/run-commands.json b/docs/generated/packages/nx/executors/run-commands.json index fd35bc9b6910f..f678fdec19a15 100644 --- a/docs/generated/packages/nx/executors/run-commands.json +++ b/docs/generated/packages/nx/executors/run-commands.json @@ -72,16 +72,19 @@ }, { "type": "string" } ] - } + }, + "x-priority": "important" }, "command": { "type": "string", - "description": "Command to run in child process." + "description": "Command to run in child process.", + "x-priority": "important" }, "parallel": { "type": "boolean", "description": "Run commands in parallel.", - "default": true + "default": true, + "x-priority": "important" }, "readyWhen": { "type": "string", @@ -115,7 +118,8 @@ "hidden": true, "type": "array", "items": { "type": "string" }, - "$default": { "$source": "unparsed" } + "$default": { "$source": "unparsed" }, + "x-priority": "internal" } }, "additionalProperties": true, diff --git a/docs/generated/packages/nx/executors/run-script.json b/docs/generated/packages/nx/executors/run-script.json index 9c9150636010b..04ba275016d75 100644 --- a/docs/generated/packages/nx/executors/run-script.json +++ b/docs/generated/packages/nx/executors/run-script.json @@ -17,7 +17,8 @@ "hidden": true, "type": "array", "items": { "type": "string" }, - "$default": { "$source": "unparsed" } + "$default": { "$source": "unparsed" }, + "x-priority": "internal" } }, "additionalProperties": true, diff --git a/packages/nx/src/executors/run-commands/schema.json b/packages/nx/src/executors/run-commands/schema.json index 08c163dc8ea22..addd737c5c253 100644 --- a/packages/nx/src/executors/run-commands/schema.json +++ b/packages/nx/src/executors/run-commands/schema.json @@ -80,16 +80,19 @@ "type": "string" } ] - } + }, + "x-priority": "important" }, "command": { "type": "string", - "description": "Command to run in child process." + "description": "Command to run in child process.", + "x-priority": "important" }, "parallel": { "type": "boolean", "description": "Run commands in parallel.", - "default": true + "default": true, + "x-priority": "important" }, "readyWhen": { "type": "string", @@ -134,7 +137,8 @@ }, "$default": { "$source": "unparsed" - } + }, + "x-priority": "internal" } }, "additionalProperties": true, diff --git a/packages/nx/src/executors/run-script/schema.json b/packages/nx/src/executors/run-script/schema.json index 511ad9deb1000..b71226d9f6648 100644 --- a/packages/nx/src/executors/run-script/schema.json +++ b/packages/nx/src/executors/run-script/schema.json @@ -18,7 +18,8 @@ }, "$default": { "$source": "unparsed" - } + }, + "x-priority": "internal" } }, "additionalProperties": true,