diff --git a/aio/package.json b/aio/package.json index 4f89a8e27f..10dc48c9ca 100644 --- a/aio/package.json +++ b/aio/package.json @@ -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 42e87428d", + "extract-cli-command-docs": "node tools/transforms/cli-docs-package/extract-cli-commands.js 35df0b528", "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",