Skip to content

Commit

Permalink
chore(NA): add browser bundles to packages missing them #2
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jan 26, 2022
1 parent 3ed6af8 commit bb206a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kbn-rule-data-utils/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ ts_project(
js_library(
name = PKG_BASE_NAME,
srcs = NPM_MODULE_EXTRA_FILES,
deps = RUNTIME_DEPS + [":target_node"],
deps = RUNTIME_DEPS + [":target_node", ":target_web"],
package_name = PKG_REQUIRE_NAME,
visibility = ["//visibility:public"],
)
Expand Down

0 comments on commit bb206a6

Please sign in to comment.