File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,3 @@ set -eu -o pipefail
55pnpm -C examples/web-worker test-e2e
66pnpm -C examples/web-worker build
77pnpm -C examples/web-worker test-e2e-preview
8-
9- # workerd environment
10- pnpm -C examples/react-ssr-workerd test-e2e
11-
12- # react server environment
13- pnpm -C examples/react-server test-e2e
14- pnpm -C examples/react-server build
15- pnpm -C examples/react-server test-e2e-preview
Original file line number Diff line number Diff line change 88 "tsc-dev" : " pnpm tsc --watch --preserveWatchOutput" ,
99 "lint" : " biome check --write ." ,
1010 "lint-check" : " biome check ." ,
11- "vite-ecosystem-ci:build" : " pnpm build " ,
11+ "vite-ecosystem-ci:build" : " true " ,
1212 "vite-ecosystem-ci:before-test" : " playwright install chromium" ,
1313 "vite-ecosystem-ci:test" : " bash misc/vite-ecosystem-ci.sh"
1414 },
You can’t perform that action at this time.
0 commit comments