From 271dd4d933a0b048a20170a2bc513c6bc56aa751 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Wed, 22 Apr 2026 18:01:22 +0000 Subject: [PATCH] docs: update cross-repo adev docs Updated Angular adev cross repo docs files. --- adev/src/content/cli/_build-info.json | 2 +- adev/src/content/cli/test.json | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/adev/src/content/cli/_build-info.json b/adev/src/content/cli/_build-info.json index dccaa1a3657..2b906dfebac 100644 --- a/adev/src/content/cli/_build-info.json +++ b/adev/src/content/cli/_build-info.json @@ -1,4 +1,4 @@ { "branchName": "refs/heads/main", - "sha": "d21265d8fe4b2cf78212bec31e73d2f0310b9e5c" + "sha": "79c776fa5f39b60f548b5ad2a6298e7d60113cfd" } \ No newline at end of file diff --git a/adev/src/content/cli/test.json b/adev/src/content/cli/test.json index 4f7abff6a2d..118b271c01f 100644 --- a/adev/src/content/cli/test.json +++ b/adev/src/content/cli/test.json @@ -124,6 +124,11 @@ "type": "string", "description": "Specifies the path to a TypeScript file that provides an array of Angular providers for the test environment. The file must contain a default export of the provider array." }, + { + "name": "quiet", + "type": "boolean", + "description": "Suppresses the verbose build summary and stats table on each rebuild. Defaults to `true` locally and `false` in CI environments." + }, { "name": "reporters", "type": "array",