Skip to content

Commit 9e53f15

Browse files
make api e2e structure consistent with create-next-app
1 parent e62af72 commit 9e53f15

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

examples/api/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"build:worker": "pnpm cloudflare",
1111
"dev:worker": "wrangler dev --port 8770",
1212
"preview:worker": "pnpm build:worker && pnpm dev:worker",
13-
"e2e": "playwright test",
14-
"e2e:dev": "playwright test -c playwright.dev.config.ts",
13+
"e2e": "playwright test -c e2e/playwright.dev.config.ts",
14+
"e2e:dev": "playwright test -c e2e/playwright.dev.config.ts",
1515
"cf-typegen": "wrangler types --env-interface CloudflareEnv"
1616
},
1717
"dependencies": {

0 commit comments

Comments
 (0)