Fix publishing targets in Makefile

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-04-04 03:44:18 -03:00
commit 07b1435fad

View file

@ -222,11 +222,11 @@ publish_langflow:
publish:
@echo 'Publishing the project'
ifdef base
-make publish_base
make publish_base
endif
ifdef main
-make publish_langflow
make publish_langflow
endif
help: