Skip to content

Commit 595f01d

Browse files
committed
Update tests to install Playwright dependencies
1 parent 34c2478 commit 595f01d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/example-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"build": "vite build",
99
"preview": "vite preview",
1010
"start": "pnpm build && pnpm preview",
11-
"prepare:isolated:test": "pnpm exec playwright install ",
11+
"prepare:isolated:test": "pnpm exec playwright install --with-deps",
1212
"test:build": "pnpm build && vitest run"
1313
},
1414
"dependencies": {

0 commit comments

Comments
 (0)