change clean just command to use cargo

This commit is contained in:
Josh Thomas 2024-12-23 10:15:00 -06:00
parent 7286d083d8
commit e0603a4e17

View file

@ -12,7 +12,7 @@ bumpver *ARGS:
uv run --with bumpver bumpver {{ ARGS }}
clean:
rm -rf target/
cargo clean
# run pre-commit on all files
lint: