build(docs-infra): upgrade cli command docs sources to 79d820c92 (#41719)

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](d902a289b...79d820c92):

**Modified**
- help/generate.json

PR Close #41719
This commit is contained in:
George Kalpakas 2021-04-20 10:54:13 +00:00 committed by Andrew Kushnir
parent c2011c0ba1
commit 364ff96f28
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 d902a289b",
"extract-cli-command-docs": "node tools/transforms/cli-docs-package/extract-cli-commands.js 79d820c92",
"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",