build(docs-infra): upgrade cli command docs sources to 094a1b674 (#41958)

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](cf9e03b35...094a1b674):

**Modified**
- help/build.json
- help/generate.json

PR Close #41958
This commit is contained in:
George Kalpakas 2021-05-06 11:00:09 +00:00 committed by Alex Rickabaugh
parent 8c9a236cf2
commit 90d4b2277b
1 changed files with 1 additions and 1 deletions

View File

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