Skip to content

Commit

Permalink
feat: improve makefile install process and update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
aeneasr committed Oct 27, 2020
1 parent a0077f1 commit d1eb37f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ docs/node_modules: docs/package.json
cd docs; npm ci

.bin/golangci-lint: Makefile
curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b .bin v1.28.3
bash <(curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh) -d -b .bin v1.28.3

.bin/hydra: Makefile
bash <(curl https://raw.githubusercontent.com/ory/hydra/master/install.sh) -b .bin v1.7.4
bash <(curl https://raw.githubusercontent.com/ory/hydra/master/install.sh) -d -b .bin v1.9.0-alpha.1

.PHONY: docs
docs: docs/node_modules
Expand Down

0 comments on commit d1eb37f

Please sign in to comment.