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:
Wagner Maciel 2020-07-14 13:06:21 -07:00 committed by Andrew Kushnir
parent 904ebfebf3
commit 09eee5b312
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ package(default_visibility = ["//visibility:public"])
filegroup(
name = "files",
srcs = [
"BUILD.bazel",
"expand_template.bzl",
],
)