File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments