Skip to content

Commit

Permalink
just build release wits
Browse files Browse the repository at this point in the history
  • Loading branch information
DougAnderson444 committed Dec 5, 2024
1 parent 3601f11 commit ba7d730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ release-tag:
build-wits:
for dir in crates/*; do \
if ([ -d $dir/wit ] && [ -f $dir/src/bindings.rs ]); then \
cargo component build --manifest-path=$dir/Cargo.toml --target wasm32-unknown-unknown ; \
# cargo component build --manifest-path=$dir/Cargo.toml --target wasm32-unknown-unknown ; \
cargo component build --manifest-path=$dir/Cargo.toml --target wasm32-unknown-unknown --release; \
fi \
done
Expand Down

0 comments on commit ba7d730

Please sign in to comment.