build(docs-infra): upgrade cli command docs sources to 71e72ecdb (#28100)

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](02d2ec250...71e72ecdb):

**Modified**
- help/generate.json
- help/new.json

PR Close #28100
This commit is contained in:
George Kalpakas 2019-01-12 08:54:33 +00:00 committed by Andrew Kushnir
parent 4c0104c846
commit 60fb27c4ab
1 changed files with 1 additions and 1 deletions

View File

@ -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 71e72ecdb",
"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",