diff --git a/playwright.config.ts b/playwright.config.ts index 9f2f15a..c4007d8 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -2,7 +2,7 @@ import type { PlaywrightTestConfig } from '@playwright/test'; const config: PlaywrightTestConfig = { webServer: { - command: 'pnpm run build && pnpm run preview', + command: 'pnpm -s exec svelte-kit sync && pnpm run build && pnpm run preview', port: 4173, timeout: 180_000, reuseExistingServer: true