Replace install deps script with a simple "npm i"
This commit is contained in:
parent
8364e9a146
commit
7934c926d9
2
Makefile
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user