diff --git a/playwright.config.ts b/playwright.config.ts index b020b77..7d65a49 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -92,7 +92,7 @@ export default defineConfig({ webServer: [ { name: 'GoodGo API', - command: `PORT=${API_PORT} pnpm --filter @goodgo/api run dev`, + command: `pnpm --filter @goodgo/mcp-servers build && PORT=${API_PORT} pnpm --filter @goodgo/api run dev`, port: Number(API_PORT), reuseExistingServer: !process.env.CI, timeout: SERVER_STARTUP_TIMEOUT_MS,