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.
Explore similar prompts based on category and tags
Essential coding guidelines for AI assistants to ensure modular, well-documented, and thoroughly tested code. Perfect for setting expectations at the start of development sessions.
Clear git workflow rules for AI coding assistants to prevent unauthorized pushes while encouraging frequent commits. Establishes safe defaults for version control collaboration.
Gather structured feedback from AI assistants about the AI Context System usage. Helps collect real-world insights for continuous improvement of development workflows.
Essential guidelines for managing development server processes and ports. Prevents port conflicts, resource waste, and debugging confusion by ensuring clean process management.
Set clear development principles for AI coding assistants: modularity, documentation, testing, and git workflow.