From 893c1735dd3f006d9908820d62950ba153bcc41a Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Mon, 19 Nov 2018 08:28:15 +0000 Subject: [PATCH] build(docs-infra): upgrade cli command docs sources to a176d127a (#27168) Relevant changes in [commit range](https://github.com/angular/cli-builds/compare/b50950b97...a176d127a): **Modified** - help/add.json - help/build.json - help/config.json - help/e2e.json - help/generate.json - help/lint.json - help/new.json - help/run.json - help/serve.json - help/test.json - help/update.json - help/xi18n.json Closes #27088 Closes #27110 Closes #27128 Closes #27144 PR Close #27168 --- aio/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/package.json b/aio/package.json index 885efc4ecf..9d8a2f0dd9 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 b50950b97", + "extract-cli-command-docs": "node tools/transforms/cli-docs-package/extract-cli-commands.js a176d127a", "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",