Update lockfiles in justfile too

This commit is contained in:
GBA bot 2022-02-24 21:37:22 +00:00 committed by Gwilym Kuiper
parent 553ba33c82
commit a4dc5c0b73

View file

@ -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