Skip to content

Commit d2f8887

Browse files
committed
update: playwright.config.ts — use npm start
1 parent 55ac5b4 commit d2f8887

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
@@ -20,7 +20,7 @@ export default defineConfig({
2020
},
2121
],
2222
webServer: {
23-
command: 'npm run dev',
23+
command: 'npm start',
2424
url: localhost,
2525
reuseExistingServer: !process.env.CI,
2626
},

0 commit comments

Comments
 (0)