Skip to content

Commit

Permalink
chore: Remove unnecessary call to build_frontend in Makefile
Browse files Browse the repository at this point in the history
The call to build_frontend in the Makefile has been removed as it is no longer needed. This change improves the build process by eliminating unnecessary steps.
  • Loading branch information
ogabrielluiz committed Jun 22, 2024
1 parent c3d912f commit 5ddb866
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,6 @@ ifdef base
endif

ifdef main
make build_frontend
make build_langflow
endif

Expand Down

0 comments on commit 5ddb866

Please sign in to comment.