Skip to content

Commit 4d374f8

Browse files
committed
ci: fix
1 parent ef97f42 commit 4d374f8

3 files changed

Lines changed: 4 additions & 7 deletions

File tree

.github/workflows/bench.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Build fixtures
4141
run: |
4242
pnpm i
43-
pnpm build-unshaken
43+
pnpm e2e-build-unshaken
4444
working-directory: ./tasks/e2e
4545

4646
- name: Build benchmarks

.github/workflows/pages.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,6 @@ jobs:
3131
with:
3232
node-version: 22
3333

34-
- name: Setup Wasm-pack
35-
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
36-
3734
- name: Setup Rust
3835
uses: Boshen/setup-rust@main
3936

@@ -49,8 +46,8 @@ jobs:
4946
run: cargo build --release
5047

5148
- name: Build wasm
52-
run: wasm-pack build --release
53-
working-directory: ./packages/wasm
49+
run: pnpm build --target wasm32-wasip1-threads
50+
working-directory: ./packages/napi
5451

5552
- name: Install NPM dependencies
5653
run: pnpm i

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
- name: Build e2e tests
113113
run: |
114114
pnpm i
115-
pnpm build-shaken
115+
pnpm e2e-build-shaken
116116
working-directory: ./tasks/e2e
117117
- name: Run e2e tests
118118
run: |

0 commit comments

Comments
 (0)