From 8d67d571bae0a829028e0d5a2486f451e864580d Mon Sep 17 00:00:00 2001 From: Oliver Enes Date: Thu, 5 Sep 2024 04:59:49 +0200 Subject: [PATCH] added npm install --- deploy.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/deploy.sh b/deploy.sh index 6d152e0..2c364c7 100755 --- a/deploy.sh +++ b/deploy.sh @@ -18,6 +18,7 @@ echo "--> Compiling frontend..." echo "" cd frontend +npm install npm run build:$BUILD_MODE cd ..