Mercurial
diff third_party/bun/BUILD @ 27:b212647e8654
[Bun] Adding OS specific files that I used for testing as to be ignored.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Thu, 09 Oct 2025 06:45:50 -0700 |
| parents | 7d3fa1a7a854 |
| children | 78ea8d5ccc87 |
line wrap: on
line diff
--- a/third_party/bun/BUILD Thu Oct 09 06:41:49 2025 -0700 +++ b/third_party/bun/BUILD Thu Oct 09 06:45:50 2025 -0700 @@ -42,15 +42,9 @@ ) filegroup( - name = "node_modules", + name = "bun_files", srcs = [ "package.json", "tsconfig.json", "bun.lock", ] + glob(["node_modules/**"]), visibility = ["//visibility:public"], ) - -filegroup( - name = "bun_dir", - srcs = glob(["**"], exclude = ["BUILD", "bun"],), - visibility = ["//visibility:public"], -)