mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 07:03:16 +00:00
Added "just clean" command
This commit is contained in:
parent
e0f4f08da5
commit
b6364661c1
1 changed files with 4 additions and 0 deletions
4
Justfile
4
Justfile
|
@ -58,5 +58,9 @@ release:
|
|||
cd ewext && cargo check
|
||||
python scripts/check_pre_ci.py
|
||||
|
||||
clean:
|
||||
cd noita-proxy && cargo clean
|
||||
cd ewext && cargo clean
|
||||
|
||||
make_release_assets:
|
||||
python scripts/make_release_assets.py
|
Loading…
Add table
Add a link
Reference in a new issue