Open IanMayo opened 3 years ago
It seems this issue does not happen on my machine this time, but I confirm that sometimes I can see it start the server when doing the yarn build
🤔
Aah, it's not happening for me either, now. Hmm.
Note that I have seen this issue appear sometime recently
I've just run yarn build
and it's not being spawned at the moment. If you see an instance of it, @lebaphi - please attach a screenshot of the command line - as a clue for what the problem is.
I've spotted something strange :wink:
I believe
yarn build
is used to compile the application, ready for deployment.But when I run
yarn build
it starts up the server, and openslocalhost:3000
. I'm nervous that starting the server could cause problems when we create a build withyarn pkg-build
or when a Heroku deployment is being run.I only expected the server to run from
yarn develop
.Could you investigate the build commands please?