grafana/Makefile

17 lines
172 B
Makefile
Raw Normal View History

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