diff --git a/justfile b/justfile index cb931d4..ddf74a8 100644 --- a/justfile +++ b/justfile @@ -50,5 +50,9 @@ dev: wait $TAILWIND_PID +# Update dependencies and run the tests. update: - cargo update && cargo t + #!/bin/bash + cargo update + echo $'Dependencies updated!\n' + cargo test