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 89d2289 commit 77e73aeCopy full SHA for 77e73ae
playwright.config.ts
@@ -2,7 +2,7 @@ import { defineConfig } from '@playwright/test';
2
3
export default defineConfig({
4
webServer: {
5
- command: 'npm run build && npm run preview',
+ command: 'pnpm run build && pnpm run preview',
6
port: 4173,
7
},
8
0 commit comments