Replace install deps script with a simple "npm i"

This commit is contained in:
hanneshdc 2017-11-10 09:53:14 +00:00
parent 8364e9a146
commit 7934c926d9
1 changed files with 1 additions and 1 deletions

View File

@ -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