From a3d6294108ec07c798c679425f29811b39bd9439 Mon Sep 17 00:00:00 2001 From: Gabriel Almeida Date: Tue, 14 Mar 2023 12:10:15 -0300 Subject: [PATCH] fix: add CI var to frontend build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e494f2a0d..9c6f289bc 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ install_frontend: cd langflow/frontend && npm install build_frontend: - cd langflow/frontend && npm run build + cd langflow/frontend && CI='' npm run build build: make install_frontend