From 606b3b56b12b489d7efd5595701cd3fd4232d3aa Mon Sep 17 00:00:00 2001 From: Andras Bacsai <5845193+andrasbacsai@users.noreply.github.com> Date: Fri, 10 Oct 2025 17:28:37 +0200 Subject: [PATCH] fix(conductor): update run script command to 'spin up' --- conductor.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conductor.json b/conductor.json index 6aa4ffa1e..02d4cf568 100644 --- a/conductor.json +++ b/conductor.json @@ -1,7 +1,7 @@ { "scripts": { "setup": "./scripts/conductor-setup.sh", - "run": "echo Running..." + "run": "spin up" }, "runScriptMode": "nonconcurrent" } \ No newline at end of file