Skip to content

Commit

Permalink
Merge pull request #3069 from supersam654/remove-success-message
Browse files Browse the repository at this point in the history
Remove success message on webpacker:install
  • Loading branch information
guilleiguaran authored Jun 26, 2021
2 parents 06dcf5f + c124aa7 commit bf8a702
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/install/template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,7 @@
say "policy.connect_src :self, :https, \"http://localhost:3035\", \"ws://localhost:3035\" if Rails.env.development?", :yellow
end

if results.all?
say "Webpacker successfully installed 🎉 🍰", :green
else
unless results.all?
say "Webpacker installation failed 😭 See above for details.", :red
exit 1
end

0 comments on commit bf8a702

Please sign in to comment.