Ensure TypeScript code quality by running production builds before pushing. Catches type errors early and prevents broken code from reaching the repository.
Before we commit and push, let's run a production build check to catch any TypeScript errors: Run: cd apps/web && npm run build If there are any TypeScript errors, show me the errors and fix them before we push to GitHub.
Before we commit and push, let's run a production build check to catch any TypeScript errors: Run: cd apps/web && npm run build If there are any TypeScript errors, show me the errors and fix them before we push to GitHub.
This prompt is released under CC0 (Public Domain). You are free to use it for any purpose without attribution.