fix(dev-infra): add missing BUILD file to dev-infra/bazel:files (#38026)
* Without this BUILD file we were seeing errors about the reference to expand_template.bzl in ng_rollup_bundle.bzl because dev-infra/bazel was not considered a package. PR Close #38026
This commit is contained in:
parent
904ebfebf3
commit
09eee5b312
|
@ -3,6 +3,7 @@ package(default_visibility = ["//visibility:public"])
|
||||||
filegroup(
|
filegroup(
|
||||||
name = "files",
|
name = "files",
|
||||||
srcs = [
|
srcs = [
|
||||||
|
"BUILD.bazel",
|
||||||
"expand_template.bzl",
|
"expand_template.bzl",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue