build(docs-infra): upgrade cli command docs sources to 42e87428d (#29562)

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](18d979cdc...42e87428d):

**Modified**
- help/add.json

PR Close #29562
This commit is contained in:
George Kalpakas 2019-03-28 10:03:49 +00:00 committed by Miško Hevery
parent 931d356a10
commit e958447100
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
"build-local": "yarn ~~build",
"prebuild-with-ivy": "yarn setup-local && yarn ivy-ngcc --properties module es2015",
"build-with-ivy": "node scripts/build-with-ivy",
"extract-cli-command-docs": "node tools/transforms/cli-docs-package/extract-cli-commands.js 18d979cdc",
"extract-cli-command-docs": "node tools/transforms/cli-docs-package/extract-cli-commands.js 42e87428d",
"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",