feat: unify phase one creation flow
This commit is contained in:
18
quality-gates/README.md
Normal file
18
quality-gates/README.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# 提交前质量门禁
|
||||
|
||||
本目录记录一期创作流程统一化提交前必须执行的检查。门禁既可以是自动脚本,也可以是需要人工确认的体验流程。
|
||||
|
||||
## 一期必跑
|
||||
|
||||
- [【玩法创作】统一创作页门禁-2026-05-29.md](./【玩法创作】统一创作页门禁-2026-05-29.md)
|
||||
- [【玩法创作】统一生成页门禁-2026-05-29.md](./【玩法创作】统一生成页门禁-2026-05-29.md)
|
||||
- [【开发运维】dev-stack状态文件门禁-2026-05-29.md](./【开发运维】dev-stack状态文件门禁-2026-05-29.md)
|
||||
|
||||
## 基线脚本
|
||||
|
||||
```bash
|
||||
npm run check:encoding
|
||||
npm run test -- src/components/unified-creation/unifiedCreationSpecs.test.ts src/components/unified-creation/UnifiedGenerationPage.test.tsx
|
||||
npm run test -- scripts/dev.test.ts
|
||||
node --check scripts/dev.mjs
|
||||
```
|
||||
Reference in New Issue
Block a user