We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be98a1b commit eb328eaCopy full SHA for eb328ea
dev-packages/e2e-tests/test-applications/sveltekit-2/package.json
@@ -10,7 +10,7 @@
10
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
11
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
12
"test:prod": "TEST_ENV=production playwright test",
13
- "test:build": "pnpm install && pnpm build",
+ "test:build": "pnpm install && npx playwright install && pnpm build",
14
"test:assert": "pnpm test:prod"
15
},
16
"dependencies": {
0 commit comments