Skip to content

Commit 8fd1ff3

Browse files
committed
adapt build cmd
1 parent 1ffc6a8 commit 8fd1ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/e2e-tests/test-applications/sveltekit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
1111
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
1212
"test:prod": "TEST_ENV=production playwright test",
13-
"test:build": "pnpm install && pnpm build",
13+
"test:build": "pnpm install && npx playwright install && pnpm build",
1414
"test:assert": "pnpm test:prod"
1515
},
1616
"dependencies": {

0 commit comments

Comments
 (0)