You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for filing this issue @jwhitcraft! Better reporting of executed commands is something we plan on addressing before these buildpacks are out of preview mode.
Hello,
I'm trying to test building our Rails apps with the heroku-24 build pack. But when I do, i get the following error:
I tried using
--verbose
but it didn't output any additional info.When running locally, i was able to figure out that i was missing an ENV variable, but that was only after running
yarn version
locally.IMO it would be beneficial to have the output from
yarn version
logged out if there is a non zero exit code.The text was updated successfully, but these errors were encountered: