diff --git a/magefile.go b/magefile.go index 9454670c5..5c83d0c6e 100644 --- a/magefile.go +++ b/magefile.go @@ -228,7 +228,7 @@ func Clean() { // regenerate code func Generate() error { - mg.Deps(installDeps) + mg.Deps(installDeps, Proto) fmt.Println("generating...")