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 = {
|
const config: PlaywrightTestConfig = {
|
||||||
webServer: {
|
webServer: {
|
||||||
command: 'npm run dev',
|
command: 'pnpm run dev',
|
||||||
port: 5173
|
port: 5173
|
||||||
},
|
},
|
||||||
fullyParallel: true,
|
fullyParallel: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user