From d0214e70c0a09a7e721369b2bc8fee6d71d90d64 Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Wed, 19 May 2021 11:06:18 +0000 Subject: [PATCH] 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](https://github.com/angular/cli-builds/compare/88d955627...fa38af27f): **Modified** - help/serve.json PR Close #42173 --- aio/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/package.json b/aio/package.json index ea3ccc4d2fb..777285bdd09 100644 --- a/aio/package.json +++ b/aio/package.json @@ -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",