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 28b1dc7 commit a45c58bCopy full SHA for a45c58b
packages/vite-plugin-cloudflare/playground/package.json
@@ -6,7 +6,7 @@
6
"scripts": {
7
"check:types": "tsc --build",
8
"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",
+ "pretest:ci": "pnpm playwright install chromium",
10
"test:ci": "pnpm test:serve && pnpm test:build",
11
"test:serve": "vitest run -c vitest.config.e2e.ts"
12
},
0 commit comments