mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
12 lines
308 B
Text
12 lines
308 B
Text
package(default_visibility = ["//visibility:public"])
|
|
|
|
exports_files([
|
|
"protractor-perf.conf.js",
|
|
"start-server.js",
|
|
])
|
|
|
|
# Make source files available for distribution via pkg_npm
|
|
filegroup(
|
|
name = "files",
|
|
srcs = glob(["*"]) + ["//dev-infra/benchmark/component_benchmark/defaults:files"],
|
|
)
|