run go generate before yarn
Created by: ijsnow
This fixes CI failures by running go generate before yarn so that the transient dependency causing the problems is not installed yet.
I've tested locally by going through the commands ran in CI and running enterprise/dev/start.sh
as well as enterprise/dev/dev-sourcegraph-server.sh
.