build(docs-infra): upgrade cli command docs sources to bc6369c68 (#38973)

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](800ba9271...bc6369c68):

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

PR Close #38973
This commit is contained in:
George Kalpakas 2020-09-24 15:11:52 +00:00 committed by Alex Rickabaugh
parent 239968d2f1
commit 0dd859757a
1 changed files with 1 additions and 1 deletions

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 800ba9271",
"extract-cli-command-docs": "node tools/transforms/cli-docs-package/extract-cli-commands.js bc6369c68",
"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",