From d80e51a6b1eb19e4a01440bb6ef45d08746bef01 Mon Sep 17 00:00:00 2001 From: George Kalpakas Date: Fri, 20 Mar 2020 12:37:14 +0000 Subject: [PATCH] build(docs-infra): upgrade cli command docs sources to 1bc653bac (#36160) Updating [angular#9.1.x](https://github.com/angular/angular/tree/9.1.x) from [cli-builds#9.0.x](https://github.com/angular/cli-builds/tree/9.0.x). ## Relevant changes in [commit range](https://github.com/angular/cli-builds/compare/6aa3c134c...1bc653bac): **Modified** - help/deploy.json - help/doc.json - help/generate.json - help/test.json - help/update.json PR Close #36160 --- aio/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/package.json b/aio/package.json index f02a250f25..8ae4f83fe2 100644 --- a/aio/package.json +++ b/aio/package.json @@ -23,7 +23,7 @@ "build-local-with-viewengine": "yarn ~~build", "prebuild-local-with-viewengine-ci": "node scripts/switch-to-viewengine && yarn setup-local-ci", "build-local-with-viewengine-ci": "yarn ~~build --progress=false", - "extract-cli-command-docs": "node tools/transforms/cli-docs-package/extract-cli-commands.js 6aa3c134c", + "extract-cli-command-docs": "node tools/transforms/cli-docs-package/extract-cli-commands.js 1bc653bac", "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",