mirror of
https://github.com/italicsjenga/agb.git
synced 2025-01-22 15:16:40 +11:00
Update lockfiles in justfile too
This commit is contained in:
parent
553ba33c82
commit
a4dc5c0b73
1 changed files with 3 additions and 0 deletions
3
justfile
3
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
|
||||
|
|
Loading…
Add table
Reference in a new issue