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)