Skip to content

Commit

Permalink
πŸ”Š Enable mise verbose output
Browse files Browse the repository at this point in the history
  • Loading branch information
phatblat committed Feb 18, 2024
1 parent ec9fa6e commit 973b328
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions script/bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ main() {
if [[ ! -x "$(command -v mise)" ]]; then
brew install mise
fi
mise install
mise ls
mise settings set experimental true
mise install --verbose
mise ls --verbose

# Already installed on GitHub Actions runner.
if [[ ! -x "$(command -v swiftlint)" ]]; then
Expand Down

0 comments on commit 973b328

Please sign in to comment.