build(docs-infra): upgrade cli command docs sources to fa38af27f (#42173)

Updating [angular#12.0.x](https://github.com/angular/angular/tree/12.0.x) from
[cli-builds#12.0.x](https://github.com/angular/cli-builds/tree/12.0.x).

##
Relevant changes in
[commit range](88d955627...fa38af27f):

**Modified**
- help/serve.json

PR Close #42173
This commit is contained in:
George Kalpakas 2021-05-19 11:06:18 +00:00 committed by atscott
parent e141aa5544
commit d0214e70c0

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 88d955627",
"extract-cli-command-docs": "node tools/transforms/cli-docs-package/extract-cli-commands.js fa38af27f",
"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",