From ce9c065c02fdbda4af394729c312781006590a85 Mon Sep 17 00:00:00 2001 From: epipho Date: Fri, 10 Oct 2014 04:46:41 -0400 Subject: [PATCH] Better command line for make deps that will pull in packages from test files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 748445b89..2136d9fe1 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ deps: # which npm && npm -g install uglify-js less go get github.com/GeertJohan/go.rice/rice go get github.com/franela/goblin - go list github.com/drone/drone/... | xargs go get -t -v + go get -t -v ./... test: go vet ./...