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