I accidentally pushed a build that does an npm install in the postinstall script. This has led to my heroku app being stuck in an infinite install loop. I searched the heroku do
If you have a build going into production right now and need to stop it quickly:
heroku plugins:install heroku-builds heroku builds:cancel -a YOUR_HEROKU_APP_NAME