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 Oct 2, 2024
1 parent f80eb0e commit 83855e5
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 83855e5

Please sign in to comment.