Skip to content

Commit 887cf11

Browse files
committed
build before tests
1 parent 4f6c498 commit 887cf11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/cloudflare-pages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"typecheck": "tsc",
1212
"preview": "npm run build && wrangler pages dev",
1313
"test:e2e:vite": "playwright test -c playwright-vite.config.ts e2e.test.ts",
14-
"test:e2e:pages": "playwright test -c playwright-pages.config.ts e2e.test.ts"
14+
"test:e2e:pages": "npm run build && playwright test -c playwright-pages.config.ts e2e.test.ts"
1515
},
1616
"dependencies": {
1717
"@remix-run/cloudflare": "^2.14.0",

examples/cloudflare-workers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"start": "wrangler dev",
1111
"typecheck": "tsc",
1212
"preview": "npm run build && wrangler dev",
13-
"test:e2e:workers": "playwright test -c playwright-workers.config.ts e2e.test.ts"
13+
"test:e2e:workers": "npm run build && playwright test -c playwright-workers.config.ts e2e.test.ts"
1414
},
1515
"dependencies": {
1616
"@remix-run/cloudflare": "^2.14.0",

0 commit comments

Comments
 (0)