Commit d3a5d5c0 by bergquist

tech(build): update makefile

parent bda1f649
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment