build(docs-infra): upgrade cli command docs sources to 2310e277b (#41780)

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](064c3356e...2310e277b):

**Modified**
- help/build.json

PR Close #41780
This commit is contained in:
George Kalpakas 2021-04-23 10:55:05 +00:00 committed by Jessica Janiuk
parent de4fafb818
commit 81f61b276b
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 064c3356e",
"extract-cli-command-docs": "node tools/transforms/cli-docs-package/extract-cli-commands.js 2310e277b",
"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",