Skip to content

Commit

Permalink
fix: scripts for vite-ecosystem-ci (#1180)
Browse files Browse the repository at this point in the history
and also move the flag from packages/website/package.json
  • Loading branch information
dai-shi authored Jan 22, 2025
1 parent d02a334 commit 437a89f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"compile": "pnpm -r --filter='./packages/*' run compile",
"csb-install-FIXME": "pnpm install --no-frozen-lockfile",
"test": "prettier -c . && eslint . && tsc -b && tsc -b --noEmit `find examples -mindepth 1 -maxdepth 1 -type d ! -name '*_js'` && pnpm run --filter waku test",
"test-vite-ecosystem-ci": "pnpm run --filter waku test && playwright test --project=chromium",
"test-vite-ecosystem-ci": "VITE_EXPERIMENTAL_WAKU_ROUTER=true pnpm run --filter waku test && VITE_EXPERIMENTAL_WAKU_ROUTER=true playwright test --project=chromium",
"e2e": "playwright test",
"website:dev": "pnpm -F waku-website dev",
"website:build": "pnpm -F waku-website build",
"website:build": "VITE_EXPERIMENTAL_WAKU_ROUTER=true pnpm -F waku-website build",
"website:vercel": "pnpm run compile && pnpm run website:build --with-vercel-static && mv packages/website/.vercel/output .vercel/",
"website:prd": "pnpm run website:build && pnpm -F waku-website start"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"private": true,
"scripts": {
"dev": "waku dev",
"build": "VITE_EXPERIMENTAL_WAKU_ROUTER=true waku build",
"build": "waku build",
"start": "waku start"
},
"dependencies": {
Expand Down

0 comments on commit 437a89f

Please sign in to comment.