angular/adev/shared-docs/pipeline/api-gen/BUILD.bazel
Joey Perrott c4dcfdf644 build: update to the latest version of devinfra and rename npm2 workspace (#63093)
Rename the npm2 workspace to npm and use the latest version of devinfra which drops rules_nodejs

PR Close #63093
2025-08-11 10:35:32 -07:00

15 lines
437 B
Text

load("@npm//:defs.bzl", "npm_link_all_packages")
package(default_visibility = ["//visibility:public"])
npm_link_all_packages()
# 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",
],
)