diff --git a/Makefile b/Makefile index cb3226a8df8e3c1bdb8f57a92ad252b58c0c34e2..752bc43499bdaac4fd81fb531888a6669e4fd142 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