Adding a clean script for cargo. (No husky hook yet)
This commit is contained in:
parent
912871d0ac
commit
0f09171d68
1 changed files with 6 additions and 0 deletions
6
server/clean.sh
vendored
Executable file
6
server/clean.sh
vendored
Executable file
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
cargo update
|
||||||
|
cargo fmt
|
||||||
|
cargo check
|
||||||
|
cargo clippy
|
Reference in a new issue