diff --git a/build-cli.sh b/release-cli.sh similarity index 98% rename from build-cli.sh rename to release-cli.sh index 75a130f..24af3d6 100755 --- a/build-cli.sh +++ b/release-cli.sh @@ -1,7 +1,5 @@ #!/usr/bin/env bash -setopt -e - WORKDIR="./cli" CORE_DIR="./core" OUTPUT_DIR="../dist"