build(docs-infra): upgrade cli command docs sources to 4faa81e25 (#26741)

PR Close #26741
This commit is contained in:
George Kalpakas 2018-10-25 08:13:59 +00:00 committed by Matias Niemelä
parent 95f852e856
commit 141f9b2386
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
"build-for": "yarn ~~build --configuration",
"prebuild-local": "yarn setup-local",
"build-local": "yarn ~~build --configuration=stable",
"extract-cli-command-docs": "node tools/transforms/cli-docs-package/extract-cli-commands.js a2129510d7d57d1c02bec563872adf0204e11a2f",
"extract-cli-command-docs": "node tools/transforms/cli-docs-package/extract-cli-commands.js 4faa81e25",
"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",