grafana/Makefile
2016-09-15 13:02:16 +02:00

17 lines
172 B
Makefile

all: deps build
deps:
go run build.go setup
npm install
build:
go run build.go build
npm run build
test:
go test -v ./pkg/...
npm test
run:
./bin/grafana-server