Skip to content

Commit

Permalink
Add dictionaries to bazel build
Browse files Browse the repository at this point in the history
  • Loading branch information
andy authored and andy committed Jan 21, 2025
1 parent 6655a6e commit 8a6e4db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ pkg_zip(
"//:client-in-fork",
"//fonts:fonts",
"//vendor:files",
"//dictionaries:files",
],
visibility = ["//visibility:public"],
)
Expand Down
5 changes: 5 additions & 0 deletions dictionaries/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
filegroup(
name = "files",
srcs = glob(["**"]),
visibility = ["//visibility:public"],
)

0 comments on commit 8a6e4db

Please sign in to comment.