Skip to content

Commit

Permalink
Update Makefile to fix build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabrielluiz committed Mar 7, 2024
1 parent d8515b0 commit 30f31b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,8 @@ build:
build_base:
make install_frontend
make build_frontend
poetry build --format sdist
rm -rf src/backend/langflow/frontend
cd src/backend/base poetry build --format sdist
rm -rf src/backend/base/frontend

dev:
make install_frontend
Expand All @@ -117,7 +117,7 @@ endif

publish:
make build
poetry publish
poetry publish

help:
@echo '----'
Expand Down

0 comments on commit 30f31b9

Please sign in to comment.