瀏覽代碼

Install populate vendor on make prepare

tags/v0.13^2
9seconds 8 年之前
父節點
當前提交
07ddfa12f7
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      Makefile

+ 1
- 0
Makefile 查看文件

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

Loading…
取消
儲存