fix justfile

This commit is contained in:
Corwin 2024-05-22 12:45:39 +01:00
parent 66d750fb84
commit abf7e9dc7f
No known key found for this signature in database

View file

@ -140,7 +140,7 @@ build-site-examples: build-release
echo "$EXAMPLE_DEFINITIONS" >> website/agb/src/roms/examples/examples.ts 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) (cd website/agb && npm install --no-save --prefer-offline --no-audit)
build-site-app: setup-app-build build-site-app: setup-app-build