Skip to content

Commit e975faa

Browse files
tacascerdevversion
authored andcommitted
fix(ng_application, ng_library, ng_test): set visibility to public
1 parent 7f607d4 commit e975faa

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/architect/BUILD.bazel

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ bzl_library(
1515
":utils",
1616
"@aspect_rules_js//js:defs",
1717
],
18+
visibility = ["//visibility:public"],
1819
)
1920

2021
bzl_library(
@@ -25,6 +26,7 @@ bzl_library(
2526
"@aspect_rules_js//js:defs",
2627
"@jq.bzl//jq",
2728
],
29+
visibility = ["//visibility:public"],
2830
)
2931

3032
bzl_library(
@@ -34,6 +36,7 @@ bzl_library(
3436
":utils",
3537
"@aspect_rules_js//js:defs",
3638
],
39+
visibility = ["//visibility:public"],
3740
)
3841

3942
bzl_library(

0 commit comments

Comments
 (0)