Browse Source

add gplay to lint command

tobiasKaminsky 7 years ago
parent
commit
d17b75cedb
1 changed files with 1 additions and 1 deletions
  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