build: fix size-tracking tests not running (#31779)
Currently when someone wants to explicitly run the size-tracking tool tests, the size-tracking tool never runs because of recent changes for the rules_nodejs update broke the `entry_point` attribute. PR Close #31779
This commit is contained in:
parent
0aff4a6919
commit
1d7aa0a92c
|
@ -25,7 +25,7 @@ def js_size_tracking_test(
|
||||||
"@npm//source-map",
|
"@npm//source-map",
|
||||||
"@npm//chalk",
|
"@npm//chalk",
|
||||||
]
|
]
|
||||||
entry_point = ":index.ts"
|
entry_point = "//tools/size-tracking:index.ts"
|
||||||
|
|
||||||
nodejs_test(
|
nodejs_test(
|
||||||
name = name,
|
name = name,
|
||||||
|
|
Loading…
Reference in New Issue