fix: build mcp package before e2e api
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user