diff --git a/Makefile b/Makefile index c4e1949b9621..71682aae6203 100644 --- a/Makefile +++ b/Makefile @@ -184,6 +184,8 @@ test: @$(MAKE) -s test-frontend build-frontend: + @echo "$(YELLOW)Cleaning TypeScript build cache...$(RESET)" + @cd frontend && npx tsc --build --clean @echo "$(YELLOW)Building frontend...$(RESET)" @cd frontend && npm run build