docs: add Docker/CI build instructions for tarball prep workflow
This commit is contained in:
parent
b12d4236b0
commit
3d70a7c197
@ -212,6 +212,13 @@ cd android && ./gradlew :app:test # 30 JUnit5 tests
|
|||||||
|
|
||||||
# ── Full Verification ─────────────────────────────
|
# ── Full Verification ─────────────────────────────
|
||||||
cd web && npm test && npm run typecheck && npm run build
|
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
|
## 7. Backend Integration
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user