Skip to content

Commit 6587589

Browse files
committed
Use release build for wasm 🤦‍♂️
1 parent 7ada003 commit 6587589

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
- name: Install wasm-pack
155155
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
156156
- name: Build wasm
157-
run: yarn wasm-browser:build
157+
run: yarn wasm-browser:build-release
158158
- name: Upload artifacts
159159
uses: actions/upload-artifact@v2
160160
with:

0 commit comments

Comments
 (0)