Skip to content

Commit

Permalink
Remove debug flag from brew installs
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanceriu committed Dec 19, 2023
1 parent 9dd601e commit c7276a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/Sources/SetupProject.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ struct SetupProject: ParsableCommand {
}

func brewBundleInstall() throws {
try Utilities.zsh("brew install --verbose --debug xcodegen swiftgen swiftformat git-lfs sourcery mint kiliankoe/formulae/swift-outdated localazy/tools/localazy peripheryapp/periphery/periphery")
try Utilities.zsh("brew install --verbose xcodegen swiftgen swiftformat git-lfs sourcery mint kiliankoe/formulae/swift-outdated localazy/tools/localazy peripheryapp/periphery/periphery")
if !ci {
try Utilities.zsh("brew install swiftlint")
}
Expand Down

0 comments on commit c7276a6

Please sign in to comment.