Skip to content

Commit

Permalink
fix dependency ensurance recipe [fix #85]
Browse files Browse the repository at this point in the history
  • Loading branch information
zekroTJA authored Jan 10, 2020
1 parent 97b2580 commit 87f55ee
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ PRETTIER_CFG = "$(CURDIR)/.prettierrc.yml"

### EXECUTABLES ###############################
GO = go
DEP = dep
GOLINT = golint
GREP = grep
NPM = npm
Expand Down Expand Up @@ -58,7 +57,7 @@ build: $(BIN)

PHONY += deps
deps:
$(DEP) mod tidy
$(GO) mod tidy
cd ./web && \
$(NPM) install

Expand Down Expand Up @@ -127,4 +126,4 @@ help:
@echo ""


.PHONY: $(PHONY)
.PHONY: $(PHONY)

0 comments on commit 87f55ee

Please sign in to comment.