docs: add Docker/CI build instructions for tarball prep workflow

This commit is contained in:
saravanakumardb1 2026-02-28 13:17:31 -08:00
parent b12d4236b0
commit 3d70a7c197

View File

@ -212,6 +212,13 @@ cd android && ./gradlew :app:test # 30 JUnit5 tests
# ── Full Verification ─────────────────────────────
cd web && npm test && npm run typecheck && npm run build
# ── Docker / CI Builds ───────────────────────────
# Pack @bytelyst/* tarballs so builds don't need the sibling repo
cd ../learning_ai_common_plat && pnpm build
./scripts/docker-prep.sh # pack + rewrite web/package.json
docker build web/ # self-contained build
./scripts/docker-prep.sh --restore # undo
```
## 7. Backend Integration