feat(conductor): add run script and update runScriptMode configuration
This commit is contained in:
parent
4834ff27d1
commit
655e5a011a
1 changed files with 4 additions and 2 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
{
|
{
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"setup": "./scripts/conductor-setup.sh"
|
"setup": "./scripts/conductor-setup.sh",
|
||||||
}
|
"run": "echo Running..."
|
||||||
|
},
|
||||||
|
"runScriptMode": "nonconcurrent"
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue