Removing npm install --dev flag (#137)

This commit is contained in:
Mike Arpaia 2016-09-07 22:57:05 -04:00 committed by GitHub
parent 251043970b
commit e7cabd0b73

View File

@ -41,7 +41,7 @@ generate-dev: .prefix
$(shell npm bin)/webpack --progress --colors --bail --watch
deps:
npm install --dev
npm install
go get -u github.com/Masterminds/glide
go get -u github.com/jteeuwen/go-bindata/...
glide install