angular/aio/content/cli/BUILD.bazel
Joey Perrott 2e401c74e7 fix(docs-infra): include CLI reference docs in adev (#54591)
include the reference docs in the adev application

PR Close #54591
2024-02-28 12:48:09 +01:00

14 lines
278 B
Text

package(default_visibility = ["//visibility:public"])
filegroup(
name = "cli",
srcs = glob(
["**"],
exclude = [
"BUILD.bazel",
],
) + [
"//aio/content/cli/help",
"//aio/content/cli/help:build-info.json",
],
)