Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix(ci): wasmpack pnpm warning
  • Loading branch information
wmertens committed Sep 21, 2025
commit ad513bf40eb0c50164e513eed5d88233b428f5fd
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ jobs:

- run: pnpm install
- if: matrix.settings.wasm
run: pnpm install wasm-pack
run: pnpm install -w wasm-pack

- name: Lint check
if: matrix.settings.wasm
Expand Down