Explorar el Código

fix(build): anonther minor build script fix

Torkel Ödegaard hace 10 años
padre
commit
43ca50ebbe
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      build.go

+ 1 - 1
build.go

@@ -73,7 +73,7 @@ func main() {
 
 		case "package":
 			//verifyGitRepoIsClean()
-			// grunt("release")
+			grunt("release")
 			createLinuxPackages()
 
 		case "latest":