From b88a3d858012053383bd99484cb69cdbaa5af51f Mon Sep 17 00:00:00 2001 From: wangziqi Date: Thu, 2 Jul 2026 15:17:35 +0800 Subject: [PATCH] chore: mark Task 2 complete (dba01e1) --- openspec/changes/migrate-to-turborepo/tasks.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/openspec/changes/migrate-to-turborepo/tasks.md b/openspec/changes/migrate-to-turborepo/tasks.md index e3e52c3..439c005 100644 --- a/openspec/changes/migrate-to-turborepo/tasks.md +++ b/openspec/changes/migrate-to-turborepo/tasks.md @@ -8,10 +8,10 @@ ## 2. 根配置 -- [ ] 2.1 更新根 `package.json`:添加 `workspaces` 字段,统一根脚本(`dev`、`build`、`lint`、`format`、`test`、`typecheck`) -- [ ] 2.2 创建 `turbo.json`,配置 build/dev/lint/test/format/typecheck 流水线与缓存策略 -- [ ] 2.3 更新 `.gitignore`,适配新的 `apps/` 和 `packages/` 路径 -- [ ] 2.4 删除根目录现有 `node_modules/` 和 `package-lock.json`,重新 `npm install` +- [x] 2.1 更新根 `package.json`:添加 `workspaces` 字段,统一根脚本(`dev`、`build`、`lint`、`format`、`test`、`typecheck`) +- [x] 2.2 创建 `turbo.json`,配置 build/dev/lint/test/format/typecheck 流水线与缓存策略 +- [x] 2.3 更新 `.gitignore`,适配新的 `apps/` 和 `packages/` 路径 +- [x] 2.4 删除根目录现有 `node_modules/` 和 `package-lock.json`,重新 `npm install` ## 3. 工具链迁移(oxlint + oxfmt)