From 57fdb77394dfb2ddc4870c2e5f3cd2d3066a30bf Mon Sep 17 00:00:00 2001
From: Martin Weise <martin.weise@tuwien.ac.at>
Date: Tue, 7 Dec 2021 14:46:46 +0100
Subject: [PATCH] clean-install does not work

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index cb3226a8df..752bc43499 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,7 @@ build-docker-sandbox: config-docker
 	docker-compose -f docker-compose.prod.yml build
 
 build-frontend:
-	npm --prefix ./fda-ui clean-install
+	npm --prefix ./fda-ui install
 	npm --prefix ./fda-ui run build
 
 build: clean build-backend build-frontend build-docker
-- 
GitLab