mirror of
https://github.com/go-task/task.git
synced 2025-12-25 07:59:28 +01:00
Fix usage of "dep"
Now, "dep prune" should not be run, and instead pruning options should be set on Gopkg.toml
This commit is contained in:
@@ -18,7 +18,6 @@ update-deps:
|
||||
cmds:
|
||||
- dep ensure
|
||||
- dep ensure -update
|
||||
- dep prune
|
||||
|
||||
clean:
|
||||
desc: Cleans temp files and folders
|
||||
|
||||
Reference in New Issue
Block a user