chore: add dev client build profile

This commit is contained in:
xuhongbin
2026-03-08 00:41:17 +08:00
parent aa4e12823d
commit c70ca1641a
4 changed files with 367 additions and 20 deletions

View File

@@ -26,6 +26,22 @@ npx eas whoami
npm run eas:build:preview
```
## Dev Client / 模拟器测试
开发构建:
```bash
npm run eas:build:development
```
当前 `development` profile 已配置:
- `developmentClient: true`
- `distribution: internal`
- `ios.simulator: true`
适合先生成一个测试壳,后续再配合 `Expo / EAS Update` 做快速验证。
## GitHub Actions 构建
仓库已提供工作流:`.github/workflows/eas-build.yml`