Skip to content

Commit

Permalink
Add setup step: download node dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stncrn authored and deluan committed Apr 30, 2020
1 parent b453ee6 commit bdbee7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -38,6 +38,7 @@ setup:
@which go-bindata || (echo "Installing BinData" && GO111MODULE=off go get -u github.com/go-bindata/go-bindata/...)
@which reflex || (echo "Installing Reflex" && GO111MODULE=off go get -u github.com/cespare/reflex)
go mod download
@(cd ./ui && npm ci)
.PHONY: setup

setup-dev: setup
Expand All @@ -46,7 +47,6 @@ setup-dev: setup
@which goose || (echo "Installing Goose" && GO111MODULE=off go get -u github.com/pressly/goose/cmd/goose)
@which lefthook || (echo "Installing Lefthook" && GO111MODULE=off go get -u github.com/Arkweid/lefthook)
@lefthook install
@(cd ./ui && npm ci)
.PHONY: setup

static:
Expand Down

0 comments on commit bdbee7f

Please sign in to comment.