From 2834bc5d10383ae5b4af2189f4635cec222184ef Mon Sep 17 00:00:00 2001 From: tdstein Date: Mon, 16 Oct 2023 13:14:19 -0400 Subject: [PATCH] Run 'clean' without Docker --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index e0f0d767f..ccd4a93fb 100644 --- a/justfile +++ b/justfile @@ -87,7 +87,7 @@ clean: set -eou pipefail {{ _with_debug }} - just _with_docker rm -rf ./bin + rm -rf ./bin # Display the code coverage collected during the last execution of `just test`. cover: