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

This is to get the latest changes done in https://github.com/angular/angular-cli/pull/12634

PR Close #26545
This commit is contained in:
Alan Agius 2018-10-18 16:30:51 +02:00 committed by Miško Hevery
parent 665627e254
commit d557f1d9de
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 6e7f4d9",
"extract-cli-command-docs": "node tools/transforms/cli-docs-package/extract-cli-commands.js a2129510d7d57d1c02bec563872adf0204e11a2f",
"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",