Explorar el Código

Install populate vendor on make prepare

tags/v0.13^2
9seconds hace 7 años
padre
commit
07ddfa12f7
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      Makefile

+ 1
- 0
Makefile Ver fichero

@@ -74,6 +74,7 @@ docker:
74 74
 
75 75
 .PHONY: prepare
76 76
 prepare: install-dep install-lint install-critic
77
+	@dep ensure --vendor-only
77 78
 
78 79
 .PHONY: install-dep
79 80
 install-dep:

Loading…
Cancelar
Guardar