Skip to content

Commit

Permalink
Use release build for wasm 🤦‍♂️
Browse files Browse the repository at this point in the history
  • Loading branch information
devongovett committed Jan 14, 2022
1 parent 7ada003 commit 6587589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
- name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- name: Build wasm
run: yarn wasm-browser:build
run: yarn wasm-browser:build-release
- name: Upload artifacts
uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 6587589

Please sign in to comment.