From bac5be717a7c2fcbef451cb4fe41b8a1c14c5183 Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Wed, 11 Oct 2023 09:07:27 +0000 Subject: [PATCH] docs(@angular/cli): remove incorrect statement about outputPath By default output path does not default to dist. (cherry picked from commit f1cf952485c3bd07f09714e56be0a6012b53443d) --- .../build_angular/src/builders/application/schema.json | 2 +- .../build_angular/src/builders/browser-esbuild/schema.json | 2 +- .../build_angular/src/builders/browser/schema.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/angular_devkit/build_angular/src/builders/application/schema.json b/packages/angular_devkit/build_angular/src/builders/application/schema.json index ede615a809f7..fd20f1e9477f 100644 --- a/packages/angular_devkit/build_angular/src/builders/application/schema.json +++ b/packages/angular_devkit/build_angular/src/builders/application/schema.json @@ -218,7 +218,7 @@ }, "outputPath": { "type": "string", - "description": "The full path for the new output directory, relative to the current workspace.\nBy default, writes output to a folder named dist/ in the current project." + "description": "The full path for the new output directory, relative to the current workspace." }, "aot": { "type": "boolean", diff --git a/packages/angular_devkit/build_angular/src/builders/browser-esbuild/schema.json b/packages/angular_devkit/build_angular/src/builders/browser-esbuild/schema.json index 6fb10d544e7c..7648febf82ed 100644 --- a/packages/angular_devkit/build_angular/src/builders/browser-esbuild/schema.json +++ b/packages/angular_devkit/build_angular/src/builders/browser-esbuild/schema.json @@ -214,7 +214,7 @@ }, "outputPath": { "type": "string", - "description": "The full path for the new output directory, relative to the current workspace.\nBy default, writes output to a folder named dist/ in the current project." + "description": "The full path for the new output directory, relative to the current workspace." }, "resourcesOutputPath": { "type": "string", diff --git a/packages/angular_devkit/build_angular/src/builders/browser/schema.json b/packages/angular_devkit/build_angular/src/builders/browser/schema.json index b45065bb7df0..58d0f2c983ad 100644 --- a/packages/angular_devkit/build_angular/src/builders/browser/schema.json +++ b/packages/angular_devkit/build_angular/src/builders/browser/schema.json @@ -207,7 +207,7 @@ }, "outputPath": { "type": "string", - "description": "The full path for the new output directory, relative to the current workspace.\nBy default, writes output to a folder named dist/ in the current project." + "description": "The full path for the new output directory, relative to the current workspace." }, "resourcesOutputPath": { "type": "string",