angular-docs-cn/goldens/BUILD.bazel
Joey Perrott 76190c71fc ci: migrate payload size tracking goldens to the golden directory (#36455)
This change is part of a larger effort to migrate all golden type
tracking files to a single location.  Additionally, this makes it
a bit easier to manage file ownership in pullapprove.

PR Close #36455
2020-04-24 09:05:11 -07:00

13 lines
218 B
Python

package(default_visibility = ["//visibility:public"])
exports_files([
"size-tracking/integration-payloads.json",
])
filegroup(
name = "public-api",
srcs = glob([
"public-api/**/*.d.ts",
]),
)