generate protobufs before all else

This commit is contained in:
David Zhao
2021-06-11 14:43:20 -07:00
parent 44488f078c
commit 48a9971b3a

View File

@@ -228,7 +228,7 @@ func Clean() {
// regenerate code
func Generate() error {
mg.Deps(installDeps)
mg.Deps(installDeps, Proto)
fmt.Println("generating...")