Some checks failed
CI / build (push) Failing after 12s
GitOrigin-RevId: 6370f6ea785709295b6abcf9c60717cacf3ac432
13 lines
391 B
Diff
13 lines
391 B
Diff
diff --git a/jsonnet/BUILD b/jsonnet/BUILD
|
|
index 1234567..89abcdef 100644
|
|
--- a/jsonnet/BUILD
|
|
+++ b/jsonnet/BUILD
|
|
@@ -4,6 +4,8 @@ load("@bazel_skylib//:bzl_library.bzl", "bzl_library")
|
|
|
|
exports_files(["docs.bzl", "jsonnet.bzl", "toolchain.bzl"])
|
|
|
|
+package(default_visibility = ["//visibility:public"])
|
|
+
|
|
bzl_library(
|
|
name = "bzl_srcs",
|
|
srcs = ["@bazel_tools//tools:bzl_srcs"],
|