Skip to content

Commit 1be5424

Browse files
committed
chore: fix docs build
1 parent 7911ff5 commit 1be5424

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/private/docs/BUILD.bazel

+4-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,10 @@ bzl_library(
132132

133133
bzl_library(
134134
name = "jq",
135-
srcs = ["//lib/private:jq.bzl"],
135+
srcs = [
136+
":expand_locations",
137+
"//lib/private:jq.bzl",
138+
],
136139
deps = ["//lib:stamping"],
137140
)
138141

0 commit comments

Comments
 (0)