mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
chore(NA): correctly setup dep order on js_library to fix windows build (#100420)
This commit is contained in:
parent
f728b222e6
commit
50616aa0f9
32 changed files with 37 additions and 34 deletions
|
@ -69,7 +69,7 @@ js_library(
|
|||
package_name = PKG_REQUIRE_NAME,
|
||||
srcs = NPM_MODULE_EXTRA_FILES,
|
||||
visibility = ["//visibility:public"],
|
||||
deps = [":tsc"] + DEPS,
|
||||
deps = DEPS + [":tsc"],
|
||||
)
|
||||
|
||||
pkg_npm(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue