Skip to content

Commit

Permalink
Update build workflow to remove unnecessary wasm-pack build step
Browse files Browse the repository at this point in the history
  • Loading branch information
hbl917070 committed Sep 19, 2024
1 parent fdbf767 commit ae37bff
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ jobs:
run: cargo install wasm-pack
- name: Check wasm-pack version
run: wasm-pack --version
- name: Build with wasm-pack
run: wasm-pack build --target web --out-dir ../wasm

- name: Gulp build Tiefsee
run: |
Expand Down

0 comments on commit ae37bff

Please sign in to comment.