Skip to content

Commit

Permalink
Add support for wasm-pack installation in build-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
b3hr4d committed Apr 19, 2024
1 parent b6fe5cc commit 803c891
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
- name: Install Dependencies
run: yarn install

- name: Install wasm-pack
run: yarn global add wasm-pack

- name: Build
run: yarn build

Expand Down

0 comments on commit 803c891

Please sign in to comment.