build(docs-infra): upgrade cli command docs sources to 5eef7122c (#27539)

Relevant changes in [commit range](1c01b91c6...5eef7122c):

**Modified**
- help/build.json

PR Close #27539
This commit is contained in:
George Kalpakas 2018-12-07 08:35:23 +00:00 committed by Alex Rickabaugh
parent 5657126d86
commit 6316051967
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
"build-for": "yarn ~~build --configuration", "build-for": "yarn ~~build --configuration",
"prebuild-local": "yarn setup-local", "prebuild-local": "yarn setup-local",
"build-local": "yarn ~~build --configuration=stable", "build-local": "yarn ~~build --configuration=stable",
"extract-cli-command-docs": "node tools/transforms/cli-docs-package/extract-cli-commands.js 1c01b91c6", "extract-cli-command-docs": "node tools/transforms/cli-docs-package/extract-cli-commands.js 5eef7122c",
"lint": "yarn check-env && yarn docs-lint && ng lint && yarn example-lint && yarn tools-lint", "lint": "yarn check-env && yarn docs-lint && ng lint && yarn example-lint && yarn tools-lint",
"test": "yarn check-env && ng test", "test": "yarn check-env && ng test",
"pree2e": "yarn check-env && yarn update-webdriver", "pree2e": "yarn check-env && yarn update-webdriver",