Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
iib0011 committed Jun 28, 2024
1 parent 8ce2b5a commit 881d939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default defineConfig({
trace: 'on-first-retry'
},
webServer: {
command: 'npm run preview',
command: 'npm run serve',
url: 'http://localhost:4173'
},
projects: [
Expand Down

0 comments on commit 881d939

Please sign in to comment.