Skip to content

Commit

Permalink
Add verbose and debug flags to brew installs
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanceriu committed Dec 19, 2023
1 parent 25cb0e5 commit 9dd601e
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 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")
}
Expand Down

0 comments on commit 9dd601e

Please sign in to comment.