Can't deploy site with Moralis, but local works

Hello, this is my first time here and i’m a newbie. Hope you guys can help me.

My site with Moralis, just a simple wallet connect with signature to check ETH balance, works fine in localhost but won’t deploy in Netlify.

This is what i get

All packages are installed, as i said in local it works, i can’t figure out whats wrong, fell like the packeages of moralis cannot be found from Netlify.
What i’m doing wrong?
Thanks

Change your build command to CI= npm run build.

Thanks a lot man, this worked and solved my issue!
Again, thanks. Can i ask you what is CI and why i have to launch this command instead of classic npm run build ?

Here you go:

You the best! Thanks man