grafana/Makefile
2016-04-25 12:53:15 -04:00

18 lines
193 B
Makefile

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/...
npm test
run:
./bin/grafana-server