Add conductor.json

This commit is contained in:
Charlie Holtz 2025-09-19 17:29:00 -07:00
parent cd940d5ffb
commit 93304adfea
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
{ {
"scripts": { "scripts": {
"setup": "echo \"hello\"\n", "setup": "echo \"hi\"\n"
"run": "echo \"hello\"\n"
} }
} }