Skip to content

Commit a18f1a4

Browse files
committed
Fix tests
1 parent b7c815a commit a18f1a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

js/private/js_run_binary.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,11 +400,11 @@ See https://github.com/aspect-build/rules_js/tree/main/docs#using-binaries-publi
400400
extra_srcs.append(runfiles_label)
401401
else:
402402
tools = tools + select({
403-
"//js:_hoist_runfiles_to_exec_cfg_true": [runfiles_label],
403+
"@aspect_rules_js//js:_hoist_runfiles_to_exec_cfg_true": [runfiles_label],
404404
"//conditions:default": [],
405405
})
406406
extra_srcs = extra_srcs + select({
407-
"//js:_hoist_runfiles_to_exec_cfg_true": [],
407+
"@aspect_rules_js//js:_hoist_runfiles_to_exec_cfg_true": [],
408408
"//conditions:default": [runfiles_label],
409409
})
410410

0 commit comments

Comments
 (0)