Skip to content

Commit a45c58b

Browse files
[vite-plugin-cloudflare] simplify playground playwright install (#8141)
1 parent 28b1dc7 commit a45c58b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vite-plugin-cloudflare/playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"check:types": "tsc --build",
88
"test:build": "cross-env VITE_TEST_BUILD=1 vitest run -c vitest.config.e2e.ts",
9-
"pretest:ci": "pnpm exec playwright install-deps && pnpm exec playwright install",
9+
"pretest:ci": "pnpm playwright install chromium",
1010
"test:ci": "pnpm test:serve && pnpm test:build",
1111
"test:serve": "vitest run -c vitest.config.e2e.ts"
1212
},

0 commit comments

Comments
 (0)