소스 검색

Install populate vendor on make prepare

tags/v0.13^2
9seconds 7 년 전
부모
커밋
07ddfa12f7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      Makefile

+ 1
- 0
Makefile 파일 보기

@@ -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…
취소
저장