Hey @abhishek_tatikella, from what I am seeing on the screenshot, the build finished in about 3.96s, but the Cursor Agent isn’t detecting that it’s done. Let’s try these steps to narrow down the problem:
Run npm run build in a regular terminal and verify it exits cleanly.
Check your package.json build script for any --watch flags or background processes that keep it alive.
If the problem persists, run the underlying command directly (e.g. npx vite build, replace with your build tool if it’s not vite) instead of using npm run.
Let me know how that works, and we’ll pick it up from there.