mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
4febb8ad31
This updates the major version of `aspect_rules_js`. PR Close #67518
14 lines
208 B
Python
14 lines
208 B
Python
load("@bazel_lib//lib:copy_to_bin.bzl", "copy_to_bin")
|
|
|
|
exports_files(
|
|
glob(["*"]),
|
|
)
|
|
|
|
copy_to_bin(
|
|
name = "public",
|
|
srcs = glob(["*"]),
|
|
visibility = [
|
|
"//visibility:public",
|
|
],
|
|
)
|