Skip to content

Commit

Permalink
Add package_contents target
Browse files Browse the repository at this point in the history
  • Loading branch information
Silic0nS0ldier committed Nov 15, 2023
1 parent 15125c5 commit 0ce915d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions internal/linker/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,13 @@ write_source_files(
"dist/main.js": ":src/main.js",
},
)

filegroup(
name = "package_contents",
srcs = [
"dist/main.js",
"link_node_modules.bzl",
"BUILD.bazel",
],
visibility = ["//:__pkg__"],
)

0 comments on commit 0ce915d

Please sign in to comment.