mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
2e401c74e7
include the reference docs in the adev application PR Close #54591
15 lines
278 B
Python
15 lines
278 B
Python
package(default_visibility = ["//visibility:public"])
|
|
|
|
filegroup(
|
|
name = "cli",
|
|
srcs = glob(
|
|
["**"],
|
|
exclude = [
|
|
"BUILD.bazel",
|
|
],
|
|
) + [
|
|
"//aio/content/cli/help",
|
|
"//aio/content/cli/help:build-info.json",
|
|
],
|
|
)
|