后端迁移开发脚本

This commit is contained in:
yml
2026-05-21 17:37:31 +08:00
parent 78e9d1d5c5
commit 3a2f89e233
5 changed files with 23 additions and 10 deletions
+13
View File
@@ -873,6 +873,19 @@
- `npm run build`
- `npm test` 共 139 个用例通过
233. `apps/backend/src` 目录下非测试 `.js` 文件已全部迁移为 `.ts`
234. 后端开发脚本迁移到 `.ts`
- `scripts/cleanup-dev-data.ts`
- `scripts/seed-dev-data.ts`
- `scripts/test-agiso-auto-delivery.ts`
235. `package.json``cleanup:dev-data``seed:dev-data``agiso:auto-delivery:test` 已指向 `.ts` 脚本;脚本帮助文案同步改为 npm script 形式
236. Docker 内验证通过:
- `npm run cleanup:dev-data -- --help`
- `npm run seed:dev-data -- --help`
- `npm run agiso:auto-delivery:test -- --help`
- `npm run typecheck`
- `npm run build`
- `npm test` 共 139 个用例通过
237.`dist``node_modules` 和测试文件外,`apps/backend` 目录下非测试 `.js` 文件已全部迁移为 `.ts`
## 下一步建议