onevcat пре 10 година
родитељ
комит
290d5fa2c2
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      fastlane/Fastfile

+ 1 - 0
fastlane/Fastfile

@@ -18,6 +18,7 @@ platform :ios do
   desc "Swift Lint"
   desc "Swift Lint"
   lane :upgrade_swift_lint do
   lane :upgrade_swift_lint do
       Actions.sh("brew update")
       Actions.sh("brew update")
+      Actions.sh("brew remove swiftlint")
       Actions.sh("brew install swiftlint")
       Actions.sh("brew install swiftlint")
   end
   end