remove exit (#1543)

This commit is contained in:
Alex Errant 2024-03-27 16:36:59 -05:00 committed by GitHub
parent 9f9b52c728
commit 5f7fd5952a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 0 additions and 2 deletions

View File

@ -4,7 +4,6 @@ rustup target add wasm32-unknown-unknown
if ! command -v wasm-pack &>/dev/null; then
echo "wasm-pack could not be found. Installing ..."
cargo install wasm-pack
exit
fi
mkdir -p pkg

View File

@ -7,7 +7,6 @@ if ! command -v wasm-pack &> /dev/null
then
echo "wasm-pack could not be found. Installing ..."
cargo install wasm-pack
exit
fi
# Set optimization flags