Explorar o código

Tiltfile: Start depending on wasm-gen in JS packages again

Stan Drozd %!s(int64=3) %!d(string=hai) anos
pai
achega
ee72e6fc7d
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      Tiltfile

+ 3 - 3
Tiltfile

@@ -220,7 +220,7 @@ if pyth:
     k8s_yaml_with_ns("devnet/p2w-terra-relay.yaml")
     k8s_resource(
         "p2w-terra-relay",
-        resource_deps = ["pyth", "p2w-attest", "spy", "terra-terrad"],
+        resource_deps = ["pyth", "p2w-attest", "spy", "terra-terrad", "wasm-gen"],
         port_forwards = [
             port_forward(4200, name = "Rest API (Status + Query) [:4200]", host = webHost),
             port_forward(8081, name = "Prometheus [:8081]", host = webHost)],
@@ -230,7 +230,7 @@ if pyth:
     k8s_yaml_with_ns("devnet/p2w-evm-relay.yaml")
     k8s_resource(
         "p2w-evm-relay",
-        resource_deps = ["pyth", "p2w-attest", "spy", "eth-devnet"],
+        resource_deps = ["pyth", "p2w-attest", "spy", "eth-devnet", "wasm-gen"],
         port_forwards = [
             port_forward(4201, container_port = 4200, name = "Rest API (Status + Query) [:4201]", host = webHost),
             port_forward(8082, container_port = 8081, name = "Prometheus [:8082]", host = webHost)],
@@ -246,7 +246,7 @@ if pyth:
     k8s_yaml_with_ns("devnet/pyth-price-service.yaml")
     k8s_resource(
         "pyth-price-service",
-        resource_deps = ["pyth", "p2w-attest", "spy", "eth-devnet"],
+        resource_deps = ["pyth", "p2w-attest", "spy", "eth-devnet", "wasm-gen"],
         port_forwards = [
             port_forward(4202, container_port = 4200, name = "Rest API (Status + Query) [:4202]", host = webHost),
             port_forward(8083, container_port = 8081, name = "Prometheus [:8083]", host = webHost)],