Skip to content

Commit

Permalink
fix wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed Nov 3, 2023
1 parent a90e841 commit aed365e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ jobs:
cd ${{ matrix.package }}
bun install
- name: Build WASM
if: matrix.package == 'packages/torii-client'
run: |
cd ${{ matrix.package }}
bun run build-wasm
- name: Build
run: |
cd ${{ matrix.package }}
Expand Down

0 comments on commit aed365e

Please sign in to comment.