mirror of https://github.com/grafana/grafana
parent
29a2b2032a
commit
2244224b12
@ -0,0 +1,17 @@ |
||||
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 run test
|
||||
|
||||
run: |
||||
./bin/grafana-server
|
Loading…
Reference in new issue