Skip to content

Commit

Permalink
Add default_visibility for optic/cli
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwillchen committed Dec 9, 2023
1 parent 8c37046 commit bb6a6ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions optic/cli/BUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
load("//build_defs:defaults.bzl", "THIRD_PARTY_PY_ABSL_PY", "py_binary", "py_library")

package(
default_visibility = ["//build_defs:optic_internal"],
)

COMMON_DEPS = [
":execute_module",
"//optic", # Keep dep to ensure the entire Optic library is loaded.
Expand Down

0 comments on commit bb6a6ca

Please sign in to comment.