Closed soyricardodev closed 2 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
shadcn-stepper | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Jul 18, 2024 6:26am |
I close this PR in favour of the complete refactoring of the repository
This PR contains a simple change in the next.config.js and is ignore typing checks and linting check in build, this improves a lot the vercel build time and local build time, see my local test
I have a HP Laptop windows 11, Core i5-1235U, 24gb ram 500gb ssd m.2
Without config improve and whitout .next folder cache: 26sec
With .next cache 11sec:
With config improve and without cache 19sec:
With config improve and with cache 9sec:
7 sec better without cache 2 sec better with cache
So in vercel we will have faster build times