Skip to content

Commit

Permalink
Use dev server for test
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-lee committed Nov 24, 2023
1 parent e467d1b commit 8b7f042
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default defineConfig({
trace: 'on-first-retry',
},
webServer: {
command: `pnpm --filter react-avatar-editor-demo preview --host --port ${port}`,
command: `pnpm --filter react-avatar-editor-demo dev --host --port ${port}`,
url: `http://127.0.0.1:${port}/index.html`,
},
})

0 comments on commit 8b7f042

Please sign in to comment.