mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-19 06:31:03 +00:00
Fix build-only-wasm script (#3536)
This commit is contained in:
committed by
André Silva
parent
c8b839fe49
commit
875fa73728
@@ -23,7 +23,7 @@ if [ -d $WASM_BUILDER_RUNNER ]; then
|
|||||||
export DEBUG=false
|
export DEBUG=false
|
||||||
export OUT_DIR="$PROJECT_ROOT/target/release/build"
|
export OUT_DIR="$PROJECT_ROOT/target/release/build"
|
||||||
cargo run --release --manifest-path="$WASM_BUILDER_RUNNER/Cargo.toml" \
|
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
|
else
|
||||||
cargo build --release -p $1
|
cargo build --release -p $1
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user