Skip to content

Commit

Permalink
Remove wasm-pack step
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenhuyn committed Apr 27, 2023
1 parent 3a3527b commit 5ac11b0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,12 @@ jobs:
- name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh

- uses: Swatinem/rust-cache@v2
- name: wasm-pack
run: wasm-pack build --target web --out-dir app/pkg

- name: install dependencies
run: |
npm ci
cd app && npm ci
- uses: Swatinem/rust-cache@v2
- name: build app
run: npm run build

Expand Down

0 comments on commit 5ac11b0

Please sign in to comment.