From beacbfcb8ebb3d9a0633da1f76084be2878d6ce3 Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Thu, 24 Jan 2019 09:00:27 +0000 Subject: [PATCH] build(docs-infra): upgrade cli command docs sources to 699743282 (#28329) Updating [angular#7.2.x](https://github.com/angular/angular/tree/7.2.x) from [cli-builds#7.2.x](https://github.com/angular/cli-builds/tree/7.2.x). Relevant changes in [commit range](https://github.com/angular/cli-builds/compare/02d2ec250...699743282): **Modified** - help/generate.json - help/new.json PR Close #28329 --- aio/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/package.json b/aio/package.json index cd664e533b..be330d2b2f 100644 --- a/aio/package.json +++ b/aio/package.json @@ -17,7 +17,7 @@ "build": "yarn ~~build", "prebuild-local": "yarn setup-local", "build-local": "yarn ~~build", - "extract-cli-command-docs": "node tools/transforms/cli-docs-package/extract-cli-commands.js 02d2ec250", + "extract-cli-command-docs": "node tools/transforms/cli-docs-package/extract-cli-commands.js 699743282", "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",