I try to deploy my MERN application to Heroku.
So when i do git push heroku master
it runs okay but then it runs in a loop cd client && npm run build.
Here is my node:
And here is my package:
I only posted the code I think is required and not my whole code if something you need is missing please let me know!
-Thanks