Skip to content

Commit

Permalink
rm debug release in justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
DougAnderson444 committed Dec 5, 2024
1 parent ba7d730 commit ae5aa58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ 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 --release; \
fi \
done
Expand Down

0 comments on commit ae5aa58

Please sign in to comment.