Skip to content

Commit

Permalink
fix playwright webserver commands
Browse files Browse the repository at this point in the history
  • Loading branch information
zaidarain1 committed Sep 26, 2024
1 parent 50d28df commit b10d15b
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
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 b10d15b

Please sign in to comment.