Skip to content

Commit

Permalink
update justfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Austionian committed Mar 21, 2024
1 parent c2198bf commit 99a33fc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 99a33fc

Please sign in to comment.