mirror of
https://github.com/harness/drone.git
synced 2025-05-08 17:39:58 +08:00
Merge pull request #529 from epipho/test-deps
Better command line for make deps that will pull in packages from test files
This commit is contained in:
commit
8260d371c4
2
Makefile
2
Makefile
@ -6,7 +6,7 @@ deps:
|
|||||||
# which npm && npm -g install uglify-js less
|
# which npm && npm -g install uglify-js less
|
||||||
go get github.com/GeertJohan/go.rice/rice
|
go get github.com/GeertJohan/go.rice/rice
|
||||||
go get github.com/franela/goblin
|
go get github.com/franela/goblin
|
||||||
go list github.com/drone/drone/... | xargs go get -t -v
|
go get -t -v ./...
|
||||||
|
|
||||||
test:
|
test:
|
||||||
go vet ./...
|
go vet ./...
|
||||||
|
Loading…
Reference in New Issue
Block a user