fix(conductor): update run script to include 'spin down' command
This commit is contained in:
parent
eb9305df8e
commit
9481247ef4
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"scripts": {
|
||||
"setup": "./scripts/conductor-setup.sh",
|
||||
"run": "spin up"
|
||||
"run": "spin up; spin down"
|
||||
},
|
||||
"runScriptMode": "nonconcurrent"
|
||||
}
|
||||
Loading…
Reference in a new issue