Skip to content

Commit

Permalink
wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed Nov 3, 2023
1 parent aed365e commit bedc43e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,6 @@ 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
2 changes: 1 addition & 1 deletion packages/torii-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"license": "MIT",
"dependencies": {
"starknet": "^5.19.5",
"torii-client-wasm": "../pkg",
"torii-client-wasm": "file:../pkg",
"typescript": "^5.0.3"
},
"devDependencies": {
Expand Down

0 comments on commit bedc43e

Please sign in to comment.