Better command line for make deps that will pull in packages from test files

This commit is contained in:
epipho 2014-10-10 04:46:41 -04:00
parent 17d773fac0
commit ce9c065c02

View file

@ -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 ./...