Skip to content

Commit

Permalink
Fixes vercel build
Browse files Browse the repository at this point in the history
  • Loading branch information
codenikel committed Oct 23, 2023
1 parent 961896c commit fc2b12b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/vercel_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ source "$HOME/.cargo/env"

curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh -s -- -y

~/.cargo/bin/wasm-pack build --target web
cd ../../crates/wasm && ~/.cargo/bin/wasm-pack build --target web && cd -

yarn install

Expand Down

0 comments on commit fc2b12b

Please sign in to comment.