diff --git a/e2e/playwright.config.ts b/e2e/playwright.config.ts index 977c02585..77188c337 100644 --- a/e2e/playwright.config.ts +++ b/e2e/playwright.config.ts @@ -34,7 +34,7 @@ export default defineConfig({ /* Run your local dev server before starting the tests */ webServer: { - command: 'npm run db:generate && npm run dev', + command: 'npm --prefix ../frontends/nextjs run db:generate && npm --prefix ../frontends/nextjs run dev', url: 'http://localhost:3000', reuseExistingServer: !process.env.CI, timeout: 300 * 1000,