Skip to content

Commit

Permalink
Update build wasm command in deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslittle230 committed Jan 17, 2022
1 parent 26bcc05 commit 2be7430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release-after-tag.yml
Expand Up @@ -117,7 +117,7 @@ jobs:
use-tool-cache: true

- name: Build WASM
run: wasm-pack build --target web --out-name stork -- --no-default-features # just build-wasm
run: cd stork-wasm && wasm-pack build --target web --out-name stork -- --no-default-features --features="v3" # just build-wasm

- run: yarn install

Expand Down

0 comments on commit 2be7430

Please sign in to comment.