Fix frontend pre-commit and move unlocalized strings check to pre-commit hook (#7763)

Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
sp.wack
2025-04-09 18:29:36 +04:00
committed by GitHub
parent 4b47e5215b
commit eb4aeb3922
7 changed files with 719 additions and 1071 deletions

View File

@@ -185,7 +185,7 @@ test:
build-frontend:
@echo "$(YELLOW)Building frontend...$(RESET)"
@cd frontend && npm run build
@cd frontend && npm run prepare && npm run build
# Start backend
start-backend: