build(bazel): fix failure in http_server target due to transitive npm deps (#29799)
PR Close #29799
This commit is contained in:
parent
ce2713f5b1
commit
8a3a556c0c
|
@ -32,7 +32,7 @@ http_server(
|
|||
name = "prodserver",
|
||||
data = [
|
||||
"index.html",
|
||||
":bundle",
|
||||
":bundle.min.js",
|
||||
],
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue