ソースを参照

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:

読み込み中…
キャンセル
保存