Skip to content

Commit 337c6d9

Browse files
committed
update
1 parent cb5d90f commit 337c6d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

codegen/tml/cmd/template_cmd.go

+2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ pb() {
4444
protoc -I ./ -I $corelib --go-web_out=paths=source_relative:. ./api/*.proto
4545
protoc -I ./ -I $corelib --browser_out=paths=source_relative,gen_tob=true:. ./api/*.proto
4646
protoc -I ./ -I $corelib --markdown_out=paths=source_relative:. ./api/*.proto
47+
go mod tidy
4748
}
4849
4950
sub() {
@@ -234,6 +235,7 @@ goto :help
234235
protoc -I ./ -I %corelib% --go-web_out=paths=source_relative:. ./api/*.proto
235236
protoc -I ./ -I %corelib% --browser_out=paths=source_relative,gen_tob=true:. ./api/*.proto
236237
protoc -I ./ -I %corelib% --markdown_out=paths=source_relative:. ./api/*.proto
238+
go mod tidy
237239
goto :end
238240
239241
:kube

0 commit comments

Comments
 (0)