mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 00:01:34 +11:00
fix justfile
This commit is contained in:
parent
66d750fb84
commit
abf7e9dc7f
2
justfile
2
justfile
|
@ -140,7 +140,7 @@ build-site-examples: build-release
|
|||
echo "$EXAMPLE_DEFINITIONS" >> website/agb/src/roms/examples/examples.ts
|
||||
|
||||
|
||||
setup-app-build: build-mgba-wasm build-combo-rom-site build-website-backtrace build-site-examples:
|
||||
setup-app-build: build-mgba-wasm build-combo-rom-site build-website-backtrace build-site-examples
|
||||
(cd website/agb && npm install --no-save --prefer-offline --no-audit)
|
||||
|
||||
build-site-app: setup-app-build
|
||||
|
|
Loading…
Reference in a new issue