Skip to content

Commit 2fd7bcc

Browse files
committed
replace more npm with pnpm
1 parent 16548a6 commit 2fd7bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-packages/e2e-tests/test-applications/sveltekit-cloudflare-pages/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { defineConfig } from '@playwright/test';
22

33
export default defineConfig({
44
webServer: {
5-
command: 'npm run build && npm run preview',
5+
command: 'pnpm run build && pnpm run preview',
66
port: 4173,
77
},
88

0 commit comments

Comments
 (0)