Kaynağa Gözat

add gplay to lint command

tobiasKaminsky 7 yıl önce
ebeveyn
işleme
d17b75cedb
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      scripts/lint/lint-up.rb

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

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