Explorar el Código

buf dep update

jamesread hace 1 año
padre
commit
7da8a5bc38
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      proto/Makefile

+ 1 - 0
proto/Makefile

@@ -1,4 +1,5 @@
 buf:
+	buf dep update
 	buf generate
 
 .PHONY: buf