From 37126991f42ed7ff3b37b6b444284ea396ac4216 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Fri, 27 Dec 2024 16:09:47 -0300 Subject: [PATCH] ci: Update Makefile to show output during frontend build (#5472) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ea87e9c19..64fc6533a 100644 --- a/Makefile +++ b/Makefile @@ -73,7 +73,7 @@ install_frontend: ## install the frontend dependencies build_frontend: ## build the frontend static files @echo 'Building frontend static files' - @cd src/frontend && CI='' npm run build > /dev/null 2>&1 + @cd src/frontend && CI='' npm run build $(call CLEAR_DIRS,src/backend/base/langflow/frontend) @cp -r src/frontend/build/. src/backend/base/langflow/frontend