From dd7cb3d3daa47cf075f3ac8f104c668b37f83ebd Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Tue, 4 Nov 2025 17:39:45 +0000 Subject: [PATCH] docs: update Angular CLI help Updated Angular CLI help contents. --- adev/src/content/cli/help/_build-info.json | 2 +- adev/src/content/cli/help/build.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/adev/src/content/cli/help/_build-info.json b/adev/src/content/cli/help/_build-info.json index de893e5addb..a612b74a4af 100644 --- a/adev/src/content/cli/help/_build-info.json +++ b/adev/src/content/cli/help/_build-info.json @@ -1,4 +1,4 @@ { "branchName": "refs/heads/20.3.x", - "sha": "01bc2b43dacc1951366afb57ece0a516ab05f422" + "sha": "a45689bc900c3c00f4f85edc50df557ed87151d0" } \ No newline at end of file diff --git a/adev/src/content/cli/help/build.json b/adev/src/content/cli/help/build.json index 8eac6aeba3a..aff856bee39 100644 --- a/adev/src/content/cli/help/build.json +++ b/adev/src/content/cli/help/build.json @@ -172,7 +172,7 @@ "server", "static" ], - "description": "Defines the build output target. 'static': Generates a static site for deployment on any static hosting service. 'server': Produces an application designed for deployment on a server that supports server-side rendering (SSR)." + "description": "Defines the type of build output artifact. 'static': Generates a static site build artifact for deployment on any static hosting service. 'server': Generates a server application build artifact, required for applications using hybrid rendering or APIs." }, { "name": "output-path",