Commit 8c05a125 by Torkel Ödegaard

fix(build): updated build.go setup

parent d8df421b
...@@ -334,9 +334,7 @@ func gruntBuildArg(task string) []string { ...@@ -334,9 +334,7 @@ func gruntBuildArg(task string) []string {
func setup() { func setup() {
runPrint("go", "get", "-v", "github.com/kardianos/govendor") runPrint("go", "get", "-v", "github.com/kardianos/govendor")
runPrint("go", "get", "-v", "github.com/blang/semver") runPrint("go", "install", "-v", "./pkg/cmd/grafana-server")
runPrint("go", "get", "-v", "github.com/mattn/go-sqlite3")
runPrint("go", "install", "-v", "github.com/mattn/go-sqlite3")
} }
func test(pkg string) { func test(pkg string) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment