Skip to content

Commit

Permalink
Run 'clean' without Docker
Browse files Browse the repository at this point in the history
  • Loading branch information
tdstein committed Oct 16, 2023
1 parent 50e20e9 commit 2834bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 2834bc5

Please sign in to comment.