Update Library/Homebrew/dev-cmd/create.rb

Co-authored-by: Adrian Ho <the.gromgit@gmail.com>
This commit is contained in:
Anatoli Babenia 2025-03-26 21:32:05 +03:00 committed by GitHub
parent 901f9166f9
commit 202e52ded4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -233,6 +233,7 @@ module Homebrew
Please audit and test formula before submitting:
HOMEBREW_NO_INSTALL_FROM_API=1 brew audit --new #{fc.name}
HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source --verbose --debug #{fc.name}
HOMEBREW_NO_INSTALL_FROM_API=1 brew test #{fc.name}
EOS
path
end