diff --git a/justfile b/justfile index 0a11dc88..2fa42ad5 100644 --- a/justfile +++ b/justfile @@ -101,6 +101,7 @@ build-combo-rom-site: just _build-rom "examples/combo" "AGBGAMES" build-site-mgba-wrapper: build-mgba-wasm + (cd website/app && npm install --no-save --prefer-offline --no-audit) (cd website/app && npm run build) build-site: build-combo-rom-site build-site-mgba-wrapper build-book