diff --git a/apps/web/vercel_build.sh b/apps/web/vercel_build.sh index b1785c5..59fdcbb 100644 --- a/apps/web/vercel_build.sh +++ b/apps/web/vercel_build.sh @@ -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