mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
Update lockfiles in justfile too
This commit is contained in:
parent
553ba33c82
commit
a4dc5c0b73
3
justfile
3
justfile
|
@ -17,6 +17,9 @@ build-roms:
|
||||||
build-book:
|
build-book:
|
||||||
(cd book && mdbook build)
|
(cd book && mdbook build)
|
||||||
|
|
||||||
|
update-lockfiles:
|
||||||
|
bash .github/scripts/update-lockfiles.sh
|
||||||
|
|
||||||
_build-rom folder name:
|
_build-rom folder name:
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -euxo pipefail
|
set -euxo pipefail
|
||||||
|
|
Loading…
Reference in a new issue