Skip to content
Snippets Groups Projects
Commit 875fa737 authored by Bastian Köcher's avatar Bastian Köcher Committed by André Silva
Browse files

Fix `build-only-wasm` script (#3536)

parent c8b839fe
No related merge requests found
......@@ -23,7 +23,7 @@ if [ -d $WASM_BUILDER_RUNNER ]; then
export DEBUG=false
export OUT_DIR="$PROJECT_ROOT/target/release/build"
cargo run --release --manifest-path="$WASM_BUILDER_RUNNER/Cargo.toml" \
| grep -vE "cargo:rerun-if-|Executing build command" \
| grep -vE "cargo:rerun-if-|Executing build command"
else
cargo build --release -p $1
fi
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment