mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-09-27 12:29:30 +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 }}
|
uv run --with bumpver bumpver {{ ARGS }}
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf target/
|
cargo clean
|
||||||
|
|
||||||
# run pre-commit on all files
|
# run pre-commit on all files
|
||||||
lint:
|
lint:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue