hotfix: Revert cache steps in Makefile (#5262)

This commit is contained in:
sp.wack 2024-11-25 20:06:41 +04:00 committed by GitHub
parent d267c066e7
commit cd47100888
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -184,10 +184,6 @@ test:
@$(MAKE) -s test-frontend
build-frontend:
@echo "$(YELLOW)Cleaning TypeScript build cache...$(RESET)"
@cd frontend && npx tsc --build --clean
@echo "$(YELLOW)Cleaning Git cache for casing issues...$(RESET)"
@cd frontend && git rm -r --cached . && git add . && git commit -m "Fix Git cache" || echo "No changes to commit"
@echo "$(YELLOW)Building frontend...$(RESET)"
@cd frontend && npm run build