Skip to content

Commit 47020ed

Browse files
authored
ci: fix vite ecosystem ci (#159)
1 parent c54e8e3 commit 47020ed

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

misc/vite-ecosystem-ci.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,3 @@ set -eu -o pipefail
55
pnpm -C examples/web-worker test-e2e
66
pnpm -C examples/web-worker build
77
pnpm -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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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
},

0 commit comments

Comments
 (0)