Before Push Check
Run pnpm b4push from the project root. This executes scripts/run-b4push.sh which runs all checks in order:
- •Build kumiko-gen package
- •Test kumiko-gen package
- •Build kumiko-gen-viewer
- •Doc data generation - doc-titles.json + category-nav.json
- •Doc site build - Full Docusaurus production build
All steps must pass.
On failure
- •Read the failure output to identify which step failed
- •Fix the issue
- •Re-run
pnpm b4pushto confirm all checks pass - •Report the final status