diff --git a/conductor.json b/conductor.json new file mode 100644 index 0000000..181b377 --- /dev/null +++ b/conductor.json @@ -0,0 +1,6 @@ +{ + "scripts": { + "setup": "echo \"hello\"\n", + "run": "echo \"hello\"\n" + } +}