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 ; \