diff --git a/Justfile b/Justfile index 58b585d6..2b22e572 100644 --- a/Justfile +++ b/Justfile @@ -3,6 +3,7 @@ set shell := ["bash", "-uc"] # Setup local development environment setup: #!/bin/bash + source bin/activate-hermit git submodule update --init --recursive if [[ "$(cargo 2>&1)" == *"rustup could not choose a version of cargo to run"* ]]; then rustup default 1.78.0 diff --git a/web5 b/web5 index dc7e8f1d..eec72f41 100755 --- a/web5 +++ b/web5 @@ -1,5 +1,6 @@ #!/bin/bash +just setup cargo build -p web5_cli > /dev/null 2>&1 cp ./target/debug/web5_cli ./target/debug/web5 ./target/debug/web5 "$@" \ No newline at end of file