feat(Makefile): add build steps for frontend and langflow components when 'main' target is specified
This commit is contained in:
parent
3d2d79c908
commit
a861b86354
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
|
@ -303,6 +303,9 @@ ifdef base
|
|||
endif
|
||||
|
||||
ifdef main
|
||||
make install_frontendci
|
||||
make build_frontend
|
||||
make build_langflow_base
|
||||
make build_langflow
|
||||
endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue