Fix publishing targets in Makefile
This commit is contained in:
parent
2f4fcc967a
commit
07b1435fad
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue