chore: Remove unnecessary call to build_frontend in Makefile
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.
This commit is contained in:
parent
c3d912fdab
commit
5ddb86697b
1 changed files with 0 additions and 1 deletions
1
Makefile
1
Makefile
|
|
@ -208,7 +208,6 @@ ifdef base
|
|||
endif
|
||||
|
||||
ifdef main
|
||||
make build_frontend
|
||||
make build_langflow
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue