diff --git a/docs/generated/packages/react/generators/application.json b/docs/generated/packages/react/generators/application.json index b3e51cd6eb..c9813e4946 100644 --- a/docs/generated/packages/react/generators/application.json +++ b/docs/generated/packages/react/generators/application.json @@ -91,13 +91,13 @@ "description": "Skip formatting files.", "type": "boolean", "default": false, - "x-priority": "hidden" + "x-priority": "internal" }, "skipWorkspaceJson": { "description": "Skip updating `workspace.json` with default options based on values provided to this app (e.g. babel, style).", "type": "boolean", "default": false, - "x-priority": "hidden" + "x-priority": "internal" }, "unitTestRunner": { "type": "string", @@ -169,7 +169,7 @@ "description": "Do not add dependencies to `package.json`.", "type": "boolean", "default": false, - "x-priority": "hidden" + "x-priority": "internal" }, "rootProject": { "description": "Create a application at the root of the workspace", diff --git a/packages/react/src/generators/application/schema.json b/packages/react/src/generators/application/schema.json index 950eb3c32e..6073454d01 100644 --- a/packages/react/src/generators/application/schema.json +++ b/packages/react/src/generators/application/schema.json @@ -97,13 +97,13 @@ "description": "Skip formatting files.", "type": "boolean", "default": false, - "x-priority": "hidden" + "x-priority": "internal" }, "skipWorkspaceJson": { "description": "Skip updating `workspace.json` with default options based on values provided to this app (e.g. babel, style).", "type": "boolean", "default": false, - "x-priority": "hidden" + "x-priority": "internal" }, "unitTestRunner": { "type": "string", @@ -175,7 +175,7 @@ "description": "Do not add dependencies to `package.json`.", "type": "boolean", "default": false, - "x-priority": "hidden" + "x-priority": "internal" }, "rootProject": { "description": "Create a application at the root of the workspace",