grafana/Makefile

18 lines
193 B
Makefile
Raw Normal View History

all: deps build
deps:
go run build.go setup
godep restore
npm install
build:
go run build.go build
npm run build
test:
godep go test -v ./pkg/...
2016-04-25 11:53:15 -05:00
npm test
run:
./bin/grafana-server