Przeglądaj źródła

add gplay to lint command

tobiasKaminsky 7 lat temu
rodzic
commit
d17b75cedb
1 zmienionych plików z 1 dodań i 1 usunięć
  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