From 79dfe8d270ec12bf432665d7a7750cd57e4404d9 Mon Sep 17 00:00:00 2001 From: "Tobin C. Harding" Date: Wed, 18 Oct 2023 13:50:45 +1100 Subject: [PATCH] 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. --- justfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/justfile b/justfile index 54bbeede..b52728ca 100644 --- a/justfile +++ b/justfile @@ -16,3 +16,7 @@ lint: # Check the formatting format: cargo +nightly fmt --all --check + +# Update the recent and minimal lock files. +update-lock-files: + contrib/update-lock-files.sh