Skip to content

Commit 38be9f2

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

libs/api/BUILD.bazel

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,5 +108,7 @@ npm_package(
108108
package = "@rtbot-dev/wasm",
109109
replace_prefixes = {
110110
"rtbot-wasm": "."
111-
}
111+
},
112+
# this is needed if we want to use this package in another bazel workspace
113+
include_external_repositories = ["**"]
112114
)

0 commit comments

Comments
 (0)