Adding a clean script for cargo. (No husky hook yet)

This commit is contained in:
Dessalines 2020-01-03 22:58:43 -05:00
parent a670096d53
commit 345cfcaedd

6
server/clean.sh vendored Executable file
View file

@ -0,0 +1,6 @@
#!/bin/sh
cargo update
cargo fmt
cargo check
cargo clippy