Skip to content

Commit 277e8c9

Browse files
committed
ci(release-napi): omit --features release for wasm builds
1 parent ee2ad22 commit 277e8c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-napi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
build: pnpm build
109109
- os: ubuntu-latest
110110
target: wasm32-wasip1-threads
111-
build: pnpm build
111+
build: pnpm run build:debug --release # omit --features allocator
112112

113113
name: Build ${{ matrix.target }}
114114
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)