What is the difference between npm install and npm run build. I have noticed in my project that some times npm start fails when npm install is performed but upon running npm run build it works just fine. What is the difference between npm install and