HackAtUCI / irvinehacks-site

Site for IrvineHacks 2024 through 2025
https://irvinehacks.com
1 stars 1 forks source link

Require build to succeed before preview deployments #312

Open taesungh opened 10 months ago

taesungh commented 10 months ago

To further limit our usage on Vercel, we could enforce checks to pass before running the preview deployment workflow. In particular, we've had some cases where build fails due to TypeScript issues. In order to avoid doing an entire Next.js build, we can just run the TypeScript compiler.