mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 04:00:02 +00:00
Adding cargo outdated to clean script.
This commit is contained in:
parent
0f09171d68
commit
813b053b5f
1 changed files with 1 additions and 0 deletions
1
server/clean.sh
vendored
1
server/clean.sh
vendored
|
@ -4,3 +4,4 @@ cargo update
|
|||
cargo fmt
|
||||
cargo check
|
||||
cargo clippy
|
||||
cargo outdated -R
|
||||
|
|
Loading…
Reference in a new issue