feat: fix formatting in makefile
This commit is contained in:
parent
fe95790331
commit
09412b337e
1 changed files with 8 additions and 10 deletions
18
Makefile
18
Makefile
|
|
@ -40,16 +40,14 @@ build:
|
|||
rm -rf src/backend/langflow/frontend
|
||||
|
||||
dev:
|
||||
make install_frontend
|
||||
ifeq ($(build),1)
|
||||
@echo 'Running docker compose up with build'
|
||||
docker compose up $(if $(debug),-f docker-compose.debug.yml) --build
|
||||
else
|
||||
@echo 'Running docker compose up without build'
|
||||
docker compose up $(if $(debug),-f docker-compose.debug.yml)
|
||||
endif
|
||||
|
||||
|
||||
make install_frontend
|
||||
ifeq ($(build),1)
|
||||
@echo 'Running docker compose up with build'
|
||||
docker compose up $(if $(debug),-f docker-compose.debug.yml) --build
|
||||
else
|
||||
@echo 'Running docker compose up without build'
|
||||
docker compose up $(if $(debug),-f docker-compose.debug.yml)
|
||||
endif
|
||||
|
||||
publish:
|
||||
make build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue