From 942418298e35156d0958b293fabac7eeca022d23 Mon Sep 17 00:00:00 2001 From: Corwin Date: Thu, 4 Apr 2024 19:45:26 +0100 Subject: [PATCH] install packages --- justfile | 1 + 1 file changed, 1 insertion(+) 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