diff --git a/justfile b/justfile index 4e771f94e..352edae43 100644 --- a/justfile +++ b/justfile @@ -30,7 +30,7 @@ update-snapshots TEST=".*": ./gradlew test --tests "{{TEST}}.*" publish: _hard-clean build - ./gradlew sdk:uploadArchieve + ./gradlew sdk:uploadArchive update-proto: ./scripts/update_protobufs.py master