justfile: Add update-lock-files command

If our custom dev scripts get a `just` command it makes them more
discoverable for new contributors.

Add a command to run the `update-lock-files.sh` script.
This commit is contained in:
Tobin C. Harding 2023-10-18 13:50:45 +11:00
parent 178069c13e
commit 79dfe8d270
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 4 additions and 0 deletions

View File

@ -16,3 +16,7 @@ lint:
# Check the formatting # Check the formatting
format: format:
cargo +nightly fmt --all --check cargo +nightly fmt --all --check
# Update the recent and minimal lock files.
update-lock-files:
contrib/update-lock-files.sh