浏览代码

Add SPM build in lint command

onevcat 5 年之前
父节点
当前提交
d816c6f2d0
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      fastlane/Fastfile

+ 1 - 0
fastlane/Fastfile

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