Skip to content

Commit b41bc15

Browse files
committed
fix CD for v0.21.15
1 parent 6a38bdb commit b41bc15

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cd.yml

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
cache: 'pnpm'
2222
- run: pnpm install
2323
- run: pnpm test
24+
env:
25+
VITE_EXPERIMENTAL_WAKU_ROUTER: true
2426
- run: pnpm run compile
2527
- run: pnpm -r --filter='./packages/*' --no-git-checks publish
2628
env:

0 commit comments

Comments
 (0)