mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-08-03 17:48:20 +00:00
change clean just command to use cargo
This commit is contained in:
parent
7286d083d8
commit
e0603a4e17
1 changed files with 1 additions and 1 deletions
2
Justfile
2
Justfile
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue