build(docs-infra): upgrade cli command docs sources to afd86f0cd (#43678)

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](5af45a096...afd86f0cd):

**Modified**
- help/serve.json

PR Close #43678
This commit is contained in:
George Kalpakas 2021-10-02 08:47:01 +00:00 committed by Dylan Hunn
parent 0d43148f58
commit 2cc5cc9d1f

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 5af45a096",
"extract-cli-command-docs": "node tools/transforms/cli-docs-package/extract-cli-commands.js afd86f0cd",
"lint": "yarn check-env && yarn docs-lint && ng lint && yarn example-lint && yarn tools-lint && yarn security-lint",
"test": "yarn check-env && ng test",
"pree2e": "yarn check-env && yarn update-webdriver",