Browse Source

add gplay to lint command

tobiasKaminsky 7 năm trước cách đây
mục cha
commit
d17b75cedb
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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