Explorar el Código

add gplay to lint command

tobiasKaminsky hace 7 años
padre
commit
d17b75cedb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      scripts/lint/lint-up.rb

+ 1 - 1
scripts/lint/lint-up.rb

@@ -56,7 +56,7 @@ end
 
 # run Lint
 puts "running Lint..."
-system './gradlew clean lint'
+system './gradlew clean assembleGplay lint'
 
 # confirm that Lint ran w/out error
 result = $?.to_i