From 7934c926d994fb4a2b105d86c82a194f8ba56c3d Mon Sep 17 00:00:00 2001 From: hanneshdc Date: Fri, 10 Nov 2017 09:53:14 +0000 Subject: [PATCH] Replace install deps script with a simple "npm i" --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1c71bd0..e28c797 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ SOURCES=client/ Gopkg.lock Gopkg.toml Makefile Config.go main.go nmdc-webfronten all: $(BINNAME)-$(VERSION)-win32.7z $(BINNAME)-$(VERSION)-linux64.tar.xz $(BINNAME)-$(VERSION)-src.tar.xz deps: - npm install -g less uglify-js less-plugin-clean-css html-minifier + npm i go get -u github.com/jteeuwen/go-bindata/... go get -u github.com/golang/dep/cmd/dep dep ensure