Skip to content

Commit f2ee468

Browse files
wagnermacielAndrewKushnir
authored andcommitted
fix(dev-infra): add missing BUILD file to dev-infra/bazel:files (angular#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 angular#38026
1 parent 0320096 commit f2ee468

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev-infra/bazel/BUILD.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ package(default_visibility = ["//visibility:public"])
33
filegroup(
44
name = "files",
55
srcs = [
6+
"BUILD.bazel",
67
"expand_template.bzl",
78
],
89
)

0 commit comments

Comments
 (0)