Hi,
Totally newb here.
Trying to deploy a react based utility uploaded to my git.
On the build command i’ve written: npm start build
And directory, /build
On my git it looks like this:
main-program/public/index.html
main-program/src/app.js
main-program/package.json
And so on…
Right now it’s stuck on “Waiting for other deploys from your team to complete” for like half an hour.
Should have i wrote a different directory or start build command? or it isn’t related?
Will appreciate your help.
Thanks.