28 lines
1.7 KiB
Markdown
28 lines
1.7 KiB
Markdown
# 提交前质量门禁
|
||
|
||
本目录记录当前创作流程统一化提交前必须执行的检查。门禁既可以是自动脚本,也可以是需要人工确认的体验流程。
|
||
|
||
## 当前必跑
|
||
|
||
- [【玩法创作】统一创作页门禁-2026-05-29.md](./【玩法创作】统一创作页门禁-2026-05-29.md)
|
||
- [【玩法创作】统一生成页门禁-2026-05-29.md](./【玩法创作】统一生成页门禁-2026-05-29.md)
|
||
- [【玩法创作】跨玩法回归与冒烟门禁-2026-05-30.md](./【玩法创作】跨玩法回归与冒烟门禁-2026-05-30.md)
|
||
- [【开发运维】dev-stack状态文件门禁-2026-05-29.md](./【开发运维】dev-stack状态文件门禁-2026-05-29.md)
|
||
|
||
## 快速基线
|
||
|
||
```bash
|
||
npm run check:encoding
|
||
npm run typecheck
|
||
npm run admin-web:typecheck
|
||
npm run test -- src/components/platform-entry/platformEntryCreationTypes.test.ts src/components/unified-creation/unifiedCreationSpecs.test.ts src/components/unified-creation/UnifiedCreationPage.test.tsx src/components/unified-creation/UnifiedGenerationPage.test.tsx
|
||
npm run test -- src/components/unified-creation/UnifiedCreationWorkspace.test.tsx
|
||
npm run test -- src/components/unified-creation/workspaces/PuzzleCreationWorkspace.interaction.test.tsx src/components/unified-creation/workspaces/Match3DCreationWorkspace.interaction.test.tsx src/components/unified-creation/workspaces/WoodenFishCreationWorkspace.test.tsx
|
||
```
|
||
|
||
## 使用说明
|
||
|
||
- `统一创作页门禁` 和 `统一生成页门禁` 仍作为 Phase 2 的基础门禁。
|
||
- `跨玩法回归与冒烟门禁` 覆盖 Phase 2 之后的最小验证集合,Phase 5 / Phase 6 冻结前以它为主。
|
||
- `dev-stack` 状态文件门禁继续单独维护,不并入玩法回归矩阵。
|