Remove unnecessary build steps in Makefile
This commit is contained in:
parent
c1386ff510
commit
7045346060
1 changed files with 0 additions and 2 deletions
2
Makefile
2
Makefile
|
|
@ -214,11 +214,9 @@ lock:
|
|||
poetry lock
|
||||
|
||||
publish_base:
|
||||
make build_langflow_base
|
||||
cd src/backend/base && poetry publish
|
||||
|
||||
publish_langflow:
|
||||
make build_langflow
|
||||
poetry publish
|
||||
|
||||
publish:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue