diff --git a/crates/common/src/common.rs b/crates/common/src/common.rs index b7be59f..9f484c1 100644 --- a/crates/common/src/common.rs +++ b/crates/common/src/common.rs @@ -346,7 +346,7 @@ pub fn wait_on(graph: Arc>, port: u32, timeout: Option) -> Res _ => vec![dep_id], }; let cmd = format!( - "pkgx bunx wait-port localhost:{} -t {}", + "pkgx deno run -A npm:wait-port localhost:{} -t {}", port, timeout.unwrap_or(60) * 1000 );