From 63160519677780ee06a5dc26373513b899646c16 Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Fri, 7 Dec 2018 08:35:23 +0000 Subject: [PATCH] build(docs-infra): upgrade cli command docs sources to 5eef7122c (#27539) Relevant changes in [commit range](https://github.com/angular/cli-builds/compare/1c01b91c6...5eef7122c): **Modified** - help/build.json PR Close #27539 --- aio/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/package.json b/aio/package.json index 094363b6b2..73ccd21ec0 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 1c01b91c6", + "extract-cli-command-docs": "node tools/transforms/cli-docs-package/extract-cli-commands.js 5eef7122c", "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",