浏览代码

hotfix: Revert cache steps in Makefile (#5262)

sp.wack 1 年之前
父节点
当前提交
cd47100888
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      Makefile

+ 0 - 4
Makefile

@@ -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