angular/aio/tools/transforms/templates/BUILD.bazel
Derek Cormier 8678550a94 build(bazel): create targets for aio docs tests
This replaces the docs-test npm script
2022-11-22 13:51:16 -07:00

10 lines
205 B
Text

filegroup(
name = "templates",
srcs = glob([
"**/*.html",
"**/*.js",
"**/*.json",
"**/*.xml",
]),
visibility = ["//aio/tools/transforms:__subpackages__"],
)