ci: Update Makefile to show output during frontend build (#5472)
This commit is contained in:
parent
8cbc6a9085
commit
37126991f4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -73,7 +73,7 @@ install_frontend: ## install the frontend dependencies
|
|||
|
||||
build_frontend: ## build the frontend static files
|
||||
@echo 'Building frontend static files'
|
||||
@cd src/frontend && CI='' npm run build > /dev/null 2>&1
|
||||
@cd src/frontend && CI='' npm run build
|
||||
$(call CLEAR_DIRS,src/backend/base/langflow/frontend)
|
||||
@cp -r src/frontend/build/. src/backend/base/langflow/frontend
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue