Skip to content

Commit 3fe97a8

Browse files
Update webserver command to use pnpm
1 parent 386296c commit 3fe97a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright.config.ts

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

33
const config: PlaywrightTestConfig = {
44
webServer: {
5-
command: 'npm run dev',
5+
command: 'pnpm run dev',
66
port: 5173
77
},
88
fullyParallel: true,

0 commit comments

Comments
 (0)