mirror of https://github.com/tracel-ai/burn.git
remove exit (#1543)
This commit is contained in:
parent
9f9b52c728
commit
5f7fd5952a
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue