mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-07 07:55:13 +02:00
* Add Conductor workspace scripts * Fix conductor boundary check fixture * Remove stale frontend conductor guard * Remove stale app service references * Optimize relationship discovery benchmarks * test: move slow suites to ci tier
7 lines
150 B
JSON
7 lines
150 B
JSON
{
|
|
"scripts": {
|
|
"setup": "bash scripts/conductor-setup.sh",
|
|
"run": "bash scripts/conductor-run.sh"
|
|
},
|
|
"runScriptMode": "nonconcurrent"
|
|
}
|