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 0c39dd1 commit b3ae93fCopy full SHA for b3ae93f
packages/e2e-tests/test-applications/sveltekit/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