diff --git a/fastlane/Fastfile b/fastlane/Fastfile index daacda18b..d291ecd6c 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -48,10 +48,13 @@ platform :ios do lane :build_only do xcodebuild( - build: true, clean: true, scheme: "Mastodon" ) + xcodebuild( + build: true, + scheme: "Mastodon" + ) end desc " Build and deploy the App to App Store Connect & TestFlight"