angular/aio/scripts/update-cli-help
Alan Agius 4842eedd7e fix(docs-infra): do not delete BUILD.bazel in help directory during updates (#54697)
In https://github.com/angular/angular/pull/54591, a `BUILD.bazel` file was created in `aio/content/cli/help/BUILD.bazel`, this however breaks the automatic CLI help pages updates as prior to this change, the `help` directory was being deleted. See: 17346e89da

This commit, updates the process to delete only the JSON files and copying the new files.

PR Close #54697
2024-03-06 10:18:03 +01:00
..
index.mjs fix(docs-infra): do not delete BUILD.bazel in help directory during updates (#54697) 2024-03-06 10:18:03 +01:00
README.md

Generating data for angular.io/cli

This script updates the Angular CLI help JSON files stored in aio/content/cli/help. This files are used to generate the angular.io CLI pages.