Skip to content

Commit 7c45fe5

Browse files
committed
chore: revert platwright config
1 parent 9476832 commit 7c45fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export default defineConfig({
6767

6868
/* Run your local dev server before starting the tests */
6969
webServer: {
70-
command: "pnpm dev:e2e",
70+
command: "npm run dev:e2e",
7171
url: "http://127.0.0.1:3000",
7272
reuseExistingServer: !process.env.CI,
7373
},

0 commit comments

Comments
 (0)