build(docs-infra): upgrade cli command docs sources to a88d21174 (#39303)

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

##
Relevant changes in
[commit range](d807b8240...a88d21174):

**Modified**
- help/generate.json

PR Close #39303
This commit is contained in:
George Kalpakas 2020-10-16 15:27:00 +00:00 committed by Andrew Kushnir
parent 13847816d3
commit 09de939694

View File

@ -23,7 +23,7 @@
"build-local-with-viewengine": "yarn ~~build",
"prebuild-local-with-viewengine-ci": "node scripts/switch-to-viewengine && yarn setup-local-ci",
"build-local-with-viewengine-ci": "yarn ~~build --progress=false",
"extract-cli-command-docs": "node tools/transforms/cli-docs-package/extract-cli-commands.js d807b8240",
"extract-cli-command-docs": "node tools/transforms/cli-docs-package/extract-cli-commands.js a88d21174",
"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",