build(docs-infra): update git ref for cli command docs (#26497)

Update for version 7 release

PR Close #26497
This commit is contained in:
Alan Agius 2018-10-17 16:57:07 +02:00 committed by Misko Hevery
parent 3a65c9ad4e
commit 65b209359a
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 93bb6efee",
"extract-cli-command-docs": "node tools/transforms/cli-docs-package/extract-cli-commands.js 6e7f4d9",
"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",