From 5902a4629c50da96601f76ba19fc4f9d686ae660 Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Fri, 14 Dec 2018 08:38:53 +0000 Subject: [PATCH] build(docs-infra): upgrade cli command docs sources to 02d2ec250 (#27670) 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](https://github.com/angular/cli-builds/compare/5eef7122c...02d2ec250): **Modified** - help/build.json - help/generate.json - help/serve.json Closes #27594 Closes #27621 Closes #27643 PR Close #27670 --- aio/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/package.json b/aio/package.json index 73ccd21ec0..b9270b1aea 100644 --- a/aio/package.json +++ b/aio/package.json @@ -18,7 +18,7 @@ "build-for": "yarn ~~build --configuration", "prebuild-local": "yarn setup-local", "build-local": "yarn ~~build --configuration=stable", - "extract-cli-command-docs": "node tools/transforms/cli-docs-package/extract-cli-commands.js 5eef7122c", + "extract-cli-command-docs": "node tools/transforms/cli-docs-package/extract-cli-commands.js 02d2ec250", "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",