mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-23 02:11:01 +00:00
Better command line for make deps that will pull in packages from test files
This commit is contained in:
parent
17d773fac0
commit
ce9c065c02
1 changed files with 1 additions and 1 deletions
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 a new issue