Skip to content

Commit

Permalink
use pnpm command
Browse files Browse the repository at this point in the history
  • Loading branch information
cupcakearmy committed Aug 27, 2024
1 parent f8d8fa0 commit 7691dc8
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 @@ const config: PlaywrightTestConfig = {
timeout: 30_000,

webServer: {
command: 'docker compose -f docker-compose.dev.yaml up',
command: 'pnpm run docker:up',
port: 3000,
reuseExistingServer: true,
},
Expand Down

0 comments on commit 7691dc8

Please sign in to comment.