mirror of
https://github.com/livekit/livekit.git
synced 2026-03-30 17:45:40 +00:00
generate protobufs before all else
This commit is contained in:
@@ -228,7 +228,7 @@ func Clean() {
|
||||
|
||||
// regenerate code
|
||||
func Generate() error {
|
||||
mg.Deps(installDeps)
|
||||
mg.Deps(installDeps, Proto)
|
||||
|
||||
fmt.Println("generating...")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user