Repo D Sandbox Local Packaging
Use this skill for deterministic local packaging in <PRIVATE_REPO_D>.
Workflow
- •Confirm Node LTS and npm workspace setup.
- •Run baseline checks before packaging:
bash
npm install npm run build npm run lint
- •Build distributables:
bash
npm run dist
- •Run packaging verification (desktop workspace):
bash
npm --workspace apps/desktop run verify
- •Use PowerShell wrappers when requested:
powershell
powershell -ExecutionPolicy Bypass -File scripts/build.ps1 powershell -ExecutionPolicy Bypass -File scripts/package.ps1
Evidence to Capture
- •Commands executed and pass/fail status.
- •Artifact paths under
apps/desktop/release. - •Any blocker with explicit reproduction steps.
References
- •Packaging checklist:
references/packaging-checklist.md