Browse Source

Add SPM build in lint command

onevcat 5 years ago
parent
commit
d816c6f2d0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      fastlane/Fastfile

+ 1 - 0
fastlane/Fastfile

@@ -54,6 +54,7 @@ platform :ios do
   lane :lint do
     # carthage(command: "build", no_skip_current: true, platform: "iOS")
     pod_lib_lint
+    spm
   end
   
   desc "Release new version"