Pre-Deploy Check
Run all checks needed before deployment.
- •Run
npm run lint— must pass - •Run
npm run test— must pass - •Run
npm run build— must succeed - •Check for uncommitted changes with
git status - •Report overall readiness: READY or NOT READY with reasons