From ae5aa5882b3ba7c6e413caab2589829be4ed9e77 Mon Sep 17 00:00:00 2001 From: Doug Anderson444 Date: Thu, 5 Dec 2024 11:09:32 -0400 Subject: [PATCH] rm debug release in justfile --- justfile | 1 - 1 file changed, 1 deletion(-) diff --git a/justfile b/justfile index 3bed618..443f9e0 100644 --- a/justfile +++ b/justfile @@ -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