Skip to content

Commit

Permalink
hotfix: Revert cache steps in Makefile
Browse files Browse the repository at this point in the history
This was originally added to address the case of case sensitive file changes that were ignored by Git.

Details in #5209
  • Loading branch information
amanape authored Nov 25, 2024
1 parent 678436d commit 05a41bc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 05a41bc

Please sign in to comment.