diff --git a/test/playwright.config.ts b/test/playwright.config.ts index 18e2e4e65..4d006077b 100644 --- a/test/playwright.config.ts +++ b/test/playwright.config.ts @@ -50,7 +50,7 @@ export default defineConfig({ ], webServer: { - command: 'npm run build && npm run preview', + command: 'npm start', url: 'http://localhost:4321', reuseExistingServer: !process.env.CI }