feat(Makefile): add build steps for frontend and langflow components when 'main' target is specified

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-07-30 16:25:39 -03:00
commit a861b86354

View file

@ -303,6 +303,9 @@ ifdef base
endif
ifdef main
make install_frontendci
make build_frontend
make build_langflow_base
make build_langflow
endif