build(docs-infra): upgrade cli command docs sources to 129d45cfa (#43004)

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

##
Relevant changes in
[commit range](a57976b98...129d45cfa):

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

PR Close #43004
This commit is contained in:
George Kalpakas 2021-07-31 08:46:31 +00:00 committed by atscott
parent 8861d73e7f
commit 5d8759b6a2
1 changed files with 1 additions and 1 deletions

View File

@ -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 a57976b98",
"extract-cli-command-docs": "node tools/transforms/cli-docs-package/extract-cli-commands.js 129d45cfa",
"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",