chore(NA): correctly setup dep order on js_library to fix windows build (#100420)

This commit is contained in:
Tiago Costa 2021-05-21 00:03:54 +01:00 committed by GitHub
parent f728b222e6
commit 50616aa0f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
32 changed files with 37 additions and 34 deletions

View file

@ -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(