From 5ddb86697b0239b006940919af40d45024aafd6b Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Sat, 22 Jun 2024 17:43:06 -0300 Subject: [PATCH] chore: Remove unnecessary call to build_frontend in Makefile The call to build_frontend in the Makefile has been removed as it is no longer needed. This change improves the build process by eliminating unnecessary steps. --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index a4c32cc93..733056f82 100644 --- a/Makefile +++ b/Makefile @@ -208,7 +208,6 @@ ifdef base endif ifdef main - make build_frontend make build_langflow endif