40f3bb5638
Rename bazel workspace from npm_dev_infra to npm_angular_dev_infra_private to make it clear that this package is private to angular. Change driver-utilities module_name to match the new bazel workspace name. Correct a comment by rewording it from "deployed version" to "published version". Fix merge conflicts in tmpl-package.json Make "//packages/bazel/src:esm5.bzl" replacement more generalized so that importing from "//packages/bazel" works. Deleted "dev_infra/*" path from modules/benchmarks tsconfig. Moved //dev-infra/benchmark/browsers to //dev-infra/browsers. PR Close #36800
13 lines
384 B
Python
13 lines
384 B
Python
package(default_visibility = ["//visibility:public"])
|
|
|
|
# Make source files available for distribution via pkg_npm
|
|
filegroup(
|
|
name = "files",
|
|
srcs = glob(["*"]) + [
|
|
"//dev-infra/benchmark/brotli-cli:files",
|
|
"//dev-infra/browsers:files",
|
|
"//dev-infra/benchmark/component_benchmark:files",
|
|
"//dev-infra/benchmark/ng_rollup_bundle:files",
|
|
],
|
|
)
|