Skip to content

Commit fb76339

Browse files
committed
Add make target to install dependencies
1 parent 5d34a4e commit fb76339

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,9 @@ generate-api: generate-client format
4747
generate-license:
4848
go-licenses report --template .NOTICE.template ./... > NOTICE
4949
copywrite headers apply
50+
51+
install-build-deps:
52+
go install github.com/vektra/mockery/v3@v3.2.1
53+
go install github.com/google/go-licenses@v1.6.0
54+
go install github.com/hashicorp/copywrite@v0.22.0
55+

0 commit comments

Comments
 (0)