angular/adev/shared-docs/pipeline/api-gen/BUILD.bazel
Joey Perrott 3bdead1b2f refactor(docs-infra): migrate api-gen from dev-infra into the repo (#57241)
Move the api-gen pipeline into the shared-docs directory.

PR Close #57241
2024-08-05 17:06:29 +00:00

11 lines
362 B
Text

package(default_visibility = ["//visibility:public"])
# Expose the sources in the dev-infra NPM package.
filegroup(
name = "files",
srcs = glob(["*"]) + [
"//adev/shared-docs/pipeline/api-gen/extraction:files",
"//adev/shared-docs/pipeline/api-gen/manifest:files",
"//adev/shared-docs/pipeline/api-gen/rendering:files",
],
)