fix(conductor): update run script to include 'spin down' command

This commit is contained in:
Andras Bacsai 2025-10-10 17:44:17 +02:00
parent eb9305df8e
commit 9481247ef4

View file

@ -1,7 +1,7 @@
{
"scripts": {
"setup": "./scripts/conductor-setup.sh",
"run": "spin up"
"run": "spin up; spin down"
},
"runScriptMode": "nonconcurrent"
}