Skip to content

Commit

Permalink
Remove unnecessary build steps in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabrielluiz committed Apr 4, 2024
1 parent c1386ff commit 7045346
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7045346

Please sign in to comment.