tech(build): update makefile

This commit is contained in:
bergquist 2016-09-15 13:02:16 +02:00
parent bda1f6493c
commit d3a5d5c058

View File

@ -2,7 +2,6 @@ all: deps build
deps:
go run build.go setup
godep restore
npm install
build:
@ -10,7 +9,7 @@ build:
npm run build
test:
godep go test -v ./pkg/...
go test -v ./pkg/...
npm test
run: