Skip to content

Commit

Permalink
chore(NA): use internal pkg_npm on @kbn/test-subj-selector (#121839)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <[email protected]>
mistic and kibanamachine authored Dec 22, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 3982216 commit ec20909
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/kbn-test-subj-selector/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
load("@build_bazel_rules_nodejs//:index.bzl", "js_library", "pkg_npm")
load("@build_bazel_rules_nodejs//:index.bzl", "js_library")
load("//src/dev/bazel:index.bzl", "pkg_npm")

PKG_BASE_NAME = "kbn-test-subj-selector"
PKG_REQUIRE_NAME = "@kbn/test-subj-selector"
@@ -20,14 +21,14 @@ NPM_MODULE_EXTRA_FILES = [
"README.md",
]

DEPS = []
RUNTIME_DEPS = []

js_library(
name = PKG_BASE_NAME,
srcs = NPM_MODULE_EXTRA_FILES + [
":srcs",
],
deps = DEPS,
deps = RUNTIME_DEPS,
package_name = PKG_REQUIRE_NAME,
visibility = ["//visibility:public"],
)

0 comments on commit ec20909

Please sign in to comment.