Skip to content

Commit 77e73ae

Browse files
committed
ci: 👷 update playwright config
1 parent 89d2289 commit 77e73ae

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 { 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)