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.
This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-06-22 17:43:06 -03:00
commit 5ddb86697b

View file

@ -208,7 +208,6 @@ ifdef base
endif
ifdef main
make build_frontend
make build_langflow
endif