verify
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseVerification
验证
Run all verification steps.
Arguments:
- $ARGUMENTS: Test pattern for the test step
运行所有验证步骤。
参数:
- $ARGUMENTS:测试步骤的测试模式
Instructions
操作说明
Run these first in sequence:
- Run - format code (stop if fails)
yarn prettier - Run - lint changed files (stop if fails)
yarn linc
Then run these with subagents in parallel:
- Use to type check (stop if fails)
/flow - Use to test changes in source (stop if fails)
/test - Use to test changes in www (stop if fails)
/test www
If all pass, show success summary. On failure, stop immediately and report the issue with suggested fixes.
首先按顺序运行以下步骤:
- 运行 - 格式化代码(若失败则停止)
yarn prettier - 运行 - 检查变更文件的代码规范(若失败则停止)
yarn linc
然后使用子代理并行运行以下步骤:
- 使用 进行类型检查(若失败则停止)
/flow - 使用 测试源码中的变更(若失败则停止)
/test - 使用 测试www目录中的变更(若失败则停止)
/test www
如果所有步骤都通过,显示成功摘要。若失败,立即停止并报告问题及建议的修复方案。