Add verbose and debug flags to brew installs

This commit is contained in:
Stefan Ceriu
2023-12-19 14:09:16 +02:00
committed by Stefan Ceriu
parent 39f2f582ce
commit 5f65aca035

View File

@@ -19,7 +19,7 @@ struct SetupProject: ParsableCommand {
}
func brewBundleInstall() throws {
try Utilities.zsh("brew install xcodegen swiftgen swiftformat git-lfs sourcery mint kiliankoe/formulae/swift-outdated localazy/tools/localazy peripheryapp/periphery/periphery")
try Utilities.zsh("brew install --verbose --debug 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")
}