Skip to content

Commit

Permalink
Tweak playwright ci #2
Browse files Browse the repository at this point in the history
  • Loading branch information
fongsean committed Jun 11, 2024
1 parent a56563a commit 786fd06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/smart-forms-app/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default defineConfig({

/* Run your local dev server before starting the tests */
webServer: {
command: 'npm run start',
command: 'npm run build && npm run preview',
url: 'http://localhost:4173',
reuseExistingServer: !process.env.CI
}
Expand Down

0 comments on commit 786fd06

Please sign in to comment.