Skip to content

Commit

Permalink
build(docs-infra): upgrade cli command docs sources to 46cb32b90 (#47703
Browse files Browse the repository at this point in the history
)

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

##
Relevant changes in
[commit range](angular/cli-builds@77c7005...46cb32b):

**Modified**
- help/generate.json

PR Close #47703
  • Loading branch information
gkalpak authored and thePunderWoman committed Oct 10, 2022
1 parent a8569e3 commit 6bcde0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aio/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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 77c70052e",
"extract-cli-command-docs": "node tools/transforms/cli-docs-package/extract-cli-commands.js 46cb32b90",
"lint": "yarn check-env && yarn docs-lint && ng lint && yarn example-lint && yarn tools-lint && yarn security-lint",
"test": "yarn check-env && ng test",
"test:bazel": "bazelisk test //aio:test",
Expand Down

0 comments on commit 6bcde0e

Please sign in to comment.