mirror of
https://github.com/nikoksr/notify.git
synced 2025-01-07 23:01:59 +02:00
build(make): move install of vektra/mockery into setup command
This commit is contained in:
parent
f692de61ba
commit
6433e36ab3
2
Makefile
2
Makefile
@ -11,6 +11,7 @@ setup:
|
||||
@go install mvdan.cc/gofumpt@latest
|
||||
@go install github.com/daixiang0/gci@latest
|
||||
@go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
|
||||
@go install github.com/vektra/mockery/v2@latest
|
||||
.PHONY: setup
|
||||
|
||||
###############################################################################
|
||||
@ -27,7 +28,6 @@ cover:
|
||||
.PHONY: cover
|
||||
|
||||
mock:
|
||||
@go install github.com/vektra/mockery/v2@latest
|
||||
go generate ./...
|
||||
.PHONY: mock
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user