build(docs-infra): upgrade cli command docs sources to c0a0bfb65 (#45408)

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](bff1908b4...c0a0bfb65):

**Modified**
- help/add.json

PR Close #45408
This commit is contained in:
George Kalpakas 2022-03-22 08:48:07 +00:00 committed by Dylan Hunn
parent fc97499676
commit 0dca774cf2

View file

@ -19,7 +19,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 bff1908b4",
"extract-cli-command-docs": "node tools/transforms/cli-docs-package/extract-cli-commands.js c0a0bfb65",
"lint": "yarn check-env && yarn docs-lint && ng lint && yarn example-lint && yarn tools-lint && yarn security-lint",
"test": "yarn check-env && ng test",
"test:bazel": "bazelisk test //aio:test",