From 07ddfa12f79a2802a2fdc4654d9966da69f093bf Mon Sep 17 00:00:00 2001 From: 9seconds Date: Fri, 21 Sep 2018 10:13:52 +0300 Subject: [PATCH] Install populate vendor on make prepare --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 9b648d6..789b48b 100644 --- a/Makefile +++ b/Makefile @@ -74,6 +74,7 @@ docker: .PHONY: prepare prepare: install-dep install-lint install-critic + @dep ensure --vendor-only .PHONY: install-dep install-dep: