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

pull/406/head
Dessalines 2020-01-03 22:58:43 -05:00
parent 912871d0ac
commit 0f09171d68
1 changed files with 6 additions and 0 deletions

6
server/clean.sh vendored 100755
View File

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