diff --git a/examples/orderbook/create-bid-with-nextjs/playwright.config.ts b/examples/orderbook/create-bid-with-nextjs/playwright.config.ts index 049bdd416c..ea90f1cc2d 100644 --- a/examples/orderbook/create-bid-with-nextjs/playwright.config.ts +++ b/examples/orderbook/create-bid-with-nextjs/playwright.config.ts @@ -23,7 +23,7 @@ export default defineConfig({ ], webServer: { - command: "yarn start", + command: "pnpm start", url: "http://localhost:3000", reuseExistingServer: !process.env.CI, }, diff --git a/examples/orderbook/fulfill-bid-with-nextjs/playwright.config.ts b/examples/orderbook/fulfill-bid-with-nextjs/playwright.config.ts index 049bdd416c..ea90f1cc2d 100644 --- a/examples/orderbook/fulfill-bid-with-nextjs/playwright.config.ts +++ b/examples/orderbook/fulfill-bid-with-nextjs/playwright.config.ts @@ -23,7 +23,7 @@ export default defineConfig({ ], webServer: { - command: "yarn start", + command: "pnpm start", url: "http://localhost:3000", reuseExistingServer: !process.env.CI, },