Skip to content

Commit

Permalink
use pnpm for playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
zaidarain1 committed Jan 31, 2025
1 parent 54105f3 commit ba48734
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default defineConfig({
],

webServer: {
command: "yarn start",
command: "pnpm start",
url: "http://localhost:3000",
reuseExistingServer: !process.env.CI,
},
Expand Down
2 changes: 1 addition & 1 deletion examples/passport/login-with-nextjs/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default defineConfig({
],

webServer: {
command: "yarn start",
command: "pnpm start",
url: "http://localhost:3000",
reuseExistingServer: !process.env.CI,
},
Expand Down

0 comments on commit ba48734

Please sign in to comment.