Skip to content

Commit

Permalink
Use wasm-pack-action over manual install
Browse files Browse the repository at this point in the history
  • Loading branch information
chompaa committed May 27, 2024
1 parent 02c0bc6 commit 9522d27
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/deploy-playground.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
- uses: dtolnay/rust-toolchain@stable
- name: Install `wasm_pack`
run: cargo install wasm-pack
- uses: jetli/wasm-pack-action@v0.4.0
- name: Pack `dom-wasm`
run: wasm-pack build dom-wasm
- name: Install dependencies
Expand Down

0 comments on commit 9522d27

Please sign in to comment.