From a861b863548d444011f4868b2f588124298b9650 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Tue, 30 Jul 2024 16:25:39 -0300 Subject: [PATCH] feat(Makefile): add build steps for frontend and langflow components when 'main' target is specified --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 4b44fa677..b461ca736 100644 --- a/Makefile +++ b/Makefile @@ -303,6 +303,9 @@ ifdef base endif ifdef main + make install_frontendci + make build_frontend + make build_langflow_base make build_langflow endif