From 58eea6048fa2947afd32b8b6b76245f57f0756e0 Mon Sep 17 00:00:00 2001 From: Julian Bilcke Date: Sun, 21 Jul 2024 08:46:52 +0200 Subject: [PATCH] fix for playwright --- playwright.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright.config.ts b/playwright.config.ts index 0512456d..9fd9763b 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -71,7 +71,7 @@ export default defineConfig({ /* Run your local dev server before starting the tests */ webServer: { - command: 'npm run start', + command: 'npm run start:prod', url: 'http://127.0.0.1:3000', reuseExistingServer: !process.env.CI, },