Skip to content

Commit 27cce5c

Browse files
committed
build(js): allow bazel package to be referenced in another bazel workspace
1 parent cde7ce7 commit 27cce5c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libs/wrappers/javascript/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ npm_package(
114114
exclude_srcs_patterns = ["src/**", "tsconfig.bazel.json"],
115115
data = _DEPS,
116116
package = "@rtbot-dev/rtbot",
117+
# this is needed if we want to use this package in another bazel workspace
118+
include_external_repositories = ["**"]
117119
)
118120

119121
filegroup(

0 commit comments

Comments
 (0)