mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-10 08:05:14 +02:00
Remove stale frontend conductor guard
This commit is contained in:
parent
e497bca456
commit
e18e6ac8c4
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ describe('Conductor workspace scripts', () => {
|
|||
|
||||
it('runs the KTX daemon on the documented fixed local port', async () => {
|
||||
const runScript = await readText('scripts/conductor-run.sh');
|
||||
const legacyServerPackagePattern = new RegExp(`frontend|@${['kae', 'lio'].join('')}/server|python-service|npx`);
|
||||
const legacyServerPackagePattern = new RegExp(`@${['kae', 'lio'].join('')}/server|python-service|npx`);
|
||||
|
||||
assert.match(runScript, /pnpm run build/);
|
||||
assert.match(runScript, /source \.venv\/bin\/activate/);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue