Skip to content

Commit bd97780

Browse files
only run the app-router e2es
1 parent a1fcbb6 commit bd97780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"install-playwright": "playwright install --with-deps",
2222
"postinstall": "pnpm --filter cloudflare build",
2323
"build": "pnpm --filter cloudflare build",
24-
"e2e": "pnpm build && pnpm -r e2e",
24+
"e2e": "pnpm build && pnpm -F app-router e2e",
2525
"e2e:dev": "pnpm build && pnpm -r e2e:dev",
2626
"benchmark": "pnpm run --filter benchmarking benchmark"
2727
}

0 commit comments

Comments
 (0)