build(docs-infra): upgrade cli command docs sources to a52ca2236 (#43093)

Updating [angular#master](https://github.com/angular/angular/tree/master) from
[cli-builds#master](https://github.com/angular/cli-builds/tree/master).

##
Relevant changes in
[commit range](cf835b898...a52ca2236):

**Modified**
- help/generate.json

PR Close #43093
This commit is contained in:
George Kalpakas 2021-08-10 08:50:46 +00:00 committed by Andrew Kushnir
parent 6c3ad1f1a4
commit 892bd929f2
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
"build-local": "yarn ~~build",
"prebuild-local-ci": "yarn setup-local-ci",
"build-local-ci": "yarn ~~build --progress=false",
"extract-cli-command-docs": "node tools/transforms/cli-docs-package/extract-cli-commands.js cf835b898",
"extract-cli-command-docs": "node tools/transforms/cli-docs-package/extract-cli-commands.js a52ca2236",
"lint": "yarn check-env && yarn docs-lint && ng lint && yarn example-lint && yarn tools-lint",
"test": "yarn check-env && ng test",
"pree2e": "yarn check-env && yarn update-webdriver",