You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(build-infra): add build logging and checkpoint helpers
Add utility functions for build logging, checkpoint management, and
pre-build verification to build-helpers module.
Changes:
- Add getBuildLogPath() for consistent log file paths
- Add saveBuildLog() for appending to build logs
- Add getLastLogLines() for retrieving recent log entries
- Add createCheckpoint() for build resume support
- Add readCheckpoint() and cleanCheckpoint() for checkpoint management
- Add checkNetworkConnectivity() for pre-build network verification
- Add verifyGitTag() for validating Node.js version tags
Benefits:
- Centralized logging utilities across build packages
- Support for resumable builds via checkpoints
- Pre-build validation to catch issues early
- Better debugging with structured log access
0 commit comments