Skip to content

Commit

Permalink
build(docs-infra): upgrade cli command docs sources to 8a5dfd9bb (#41766
Browse files Browse the repository at this point in the history
)

Updating [#12.0.x](https://github.com/angular/angular/tree/12.0.x) from
[cli-builds#12.0.x](https://github.com/angular/cli-builds/tree/12.0.x).

##
Relevant changes in
[commit range](angular/cli-builds@bdbc661...8a5dfd9):

**Modified**
- help/build.json
- help/e2e.json
- help/generate.json
- help/new.json

PR Close #41766
  • Loading branch information
gkalpak authored and thePunderWoman committed Apr 22, 2021
1 parent ee610fd commit 6221227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aio/package.json
Expand Up @@ -18,7 +18,7 @@
"build-local": "yarn ~~build",
"prebuild-local-ci": "yarn setup-local-ci",
"build-local-ci": "yarn ~~build --progress=false",
"extract-cli-command-docs": "node tools/transforms/cli-docs-package/extract-cli-commands.js bdbc66133",
"extract-cli-command-docs": "node tools/transforms/cli-docs-package/extract-cli-commands.js 8a5dfd9bb",
"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",
Expand Down

0 comments on commit 6221227

Please sign in to comment.