Include annotations in typecheck updates

This commit is contained in:
Douglas Eichelberger 2025-05-20 20:56:53 -07:00
parent cdf3964753
commit 38bad25a86
No known key found for this signature in database

View File

@ -60,6 +60,7 @@ module Homebrew
HOMEBREW_LIBRARY_PATH.cd do
if update
workers = args.debug? ? ["--workers=1"] : []
safe_system "bundle", "exec", "tapioca", "annotations"
safe_system "bundle", "exec", "tapioca", "dsl", *workers
# Prefer adding args here: Library/Homebrew/sorbet/tapioca/config.yml
tapioca_args = args.update_all? ? ["--all"] : []