From 9d1babd3eb3289290c4f2d4c688e13eaf9876f04 Mon Sep 17 00:00:00 2001 From: Kimberly Jones Date: Sat, 6 Jul 2024 10:04:13 -0400 Subject: [PATCH] Add install step for gui --- ofrak_core/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/ofrak_core/Makefile b/ofrak_core/Makefile index 6488bcf86..c1aee9ec4 100644 --- a/ofrak_core/Makefile +++ b/ofrak_core/Makefile @@ -23,6 +23,7 @@ ofrak/gui/public: cp -r /ofrak_gui ofrak/gui/public ; \ elif [ -d ../frontend ]; then \ cd ../frontend && \ + npm install && \ npm run build && \ cd ../ofrak_core && \ cp -r ../frontend/dist ofrak/gui/public ; \