mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
2dc31576ab
This commits adds an action to update the Angular CLI help contents that are used by AIO to generate CLI guides. This also changes the setup to include the files are source files instead of having to clone the repository each time. This also simplifies the PR review process of the PR opened by the action. PR Close #48577
12 lines
188 B
Python
12 lines
188 B
Python
package(default_visibility = ["//visibility:public"])
|
|
|
|
filegroup(
|
|
name = "content",
|
|
srcs = glob(
|
|
["**"],
|
|
exclude = [
|
|
"BUILD.bazel",
|
|
],
|
|
),
|
|
)
|