From 93304adfea2c31ce3662ee28578bd2e7d39285af Mon Sep 17 00:00:00 2001 From: Charlie Holtz Date: Fri, 19 Sep 2025 17:29:00 -0700 Subject: [PATCH] Add conductor.json --- conductor.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conductor.json b/conductor.json index 181b377..5264a0e 100644 --- a/conductor.json +++ b/conductor.json @@ -1,6 +1,5 @@ { "scripts": { - "setup": "echo \"hello\"\n", - "run": "echo \"hello\"\n" + "setup": "echo \"hi\"\n" } }