Skip to content

Commit eff1234

Browse files
committed
fix: playwright open-next command
1 parent 05702c1 commit eff1234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/site/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function getWebServerConfig(): Pick<Config, 'webServer'> {
4141
if (process.env.PLAYWRIGHT_RUN_CLOUDFLARE_PREVIEW) {
4242
return {
4343
webServer: {
44-
command: 'node_modules/.bin/turbo cloudflare:preview',
44+
command: '../../node_modules/.bin/turbo cloudflare:preview',
4545
url: process.env.PLAYWRIGHT_BASE_URL || 'http://127.0.0.1:3000',
4646
timeout: 60_000 * 3,
4747
},

0 commit comments

Comments
 (0)