mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-06 04:22:07 +00:00
Update webserver command to use pnpm
This commit is contained in:
@@ -2,7 +2,7 @@ import type { PlaywrightTestConfig } from '@playwright/test';
|
||||
|
||||
const config: PlaywrightTestConfig = {
|
||||
webServer: {
|
||||
command: 'npm run dev',
|
||||
command: 'pnpm run dev',
|
||||
port: 5173
|
||||
},
|
||||
fullyParallel: true,
|
||||
|
||||
Reference in New Issue
Block a user