Continue if wasm-pack is installed

This commit is contained in:
folex 2020-12-18 19:19:11 +03:00
parent e0a3f84c50
commit dce89856bb

View File

@ -67,6 +67,7 @@ jobs:
### === JavaScript package release ===
- name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
continue-on-error: true
- name: Build aquamarine.wasm for JS clients
run: wasm-pack build $GITHUB_WORKSPACE/stepper --no-typescript --release -d $(pwd)/pkg