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 881d939 commit 12c815a
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 30 deletions.
57 changes: 28 additions & 29 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 serve',
command: 'npm run build && npm run serve',
url: 'http://localhost:4173'
},
projects: [
Expand Down

0 comments on commit 12c815a

Please sign in to comment.