Compare commits

...

1 Commits

Author SHA1 Message Date
George Kalpakas
a720d8a769 build(docs-infra): upgrade cli command docs sources to 9b72649b8 2018-10-15 22:41:01 +03:00

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 93bb6efee", "extract-cli-command-docs": "node tools/transforms/cli-docs-package/extract-cli-commands.js 9b72649b8",
"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",