Skip to content

Commit

Permalink
Add install-deps make task to install development dependencies (TykTe…
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanfoster committed Sep 28, 2024
1 parent 52c80ed commit 6ea037a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ build-linux:
install:
$(GOINSTALL) -tags "$(TAGS)"

.PHONY: install-deps
install-deps:
go install github.com/go-task/task/v3/cmd/task@latest
task deps

.PHONY: db-start
db-start: redis-start mongo-start

Expand Down

0 comments on commit 6ea037a

Please sign in to comment.