Skip to content

Commit

Permalink
✨ Add yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
Thaza-Kun authored Mar 29, 2024
1 parent 76b2ae0 commit e6b647d
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,16 @@ jobs:
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh

- run: cargo test --manifest-path ./wasm-rs/Cargo.toml
- run: wasm-pack build ./wasm-rs --target web

- name: Set Node.js 20.x
uses: actions/setup-node@v3
with:
node-version: 20.x

- name: Run install
uses: borales/actions-yarn@v4
with:
cmd: install

- run: yarn wasm
- run: yarn build

0 comments on commit e6b647d

Please sign in to comment.