1
0

fix: 补齐前端生成物忽略并消除构建告警

统一 Git、ESLint、Prettier 对测试和构建生成物的忽略规则,避免本地产物导致 frontend-build 失败。

补齐表单 effect 依赖,移除无关告警,让前端构建链路恢复稳定。
This commit is contained in:
2026-04-24 18:53:53 +08:00
parent 4eebdfb8db
commit d143c5f3df
6 changed files with 13 additions and 7 deletions

View File

@@ -147,7 +147,7 @@ frontend-lint: frontend-install
cd frontend && bun run lint
frontend-clean:
rm -rf frontend/dist frontend/.next frontend/node_modules
rm -rf frontend/dist frontend/.next frontend/node_modules frontend/coverage frontend/playwright-report frontend/test-results frontend/tsconfig.tsbuildinfo
# ============================================
# 桌面应用