From a4dc5c0b73ecbbb9a6efad8abafd224b235606ec Mon Sep 17 00:00:00 2001 From: GBA bot Date: Thu, 24 Feb 2022 21:37:22 +0000 Subject: [PATCH] Update lockfiles in justfile too --- justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/justfile b/justfile index 8b292061..e9d162c0 100644 --- a/justfile +++ b/justfile @@ -17,6 +17,9 @@ build-roms: build-book: (cd book && mdbook build) +update-lockfiles: + bash .github/scripts/update-lockfiles.sh + _build-rom folder name: #!/usr/bin/env bash set -euxo pipefail