Skip to content

Instantly share code, notes, and snippets.

@monkeycycle
Created May 26, 2017 13:30
Show Gist options
  • Save monkeycycle/138ba89c90c420a99e65d1a6d91bdd72 to your computer and use it in GitHub Desktop.
Save monkeycycle/138ba89c90c420a99e65d1a6d91bdd72 to your computer and use it in GitHub Desktop.
Rebuild on Heroku with no module caching
heroku config:set NODEMODULESCACHE=false
git commit -am 'rebuild' --allow-empty
git push heroku master
heroku config:unset NODEMODULESCACHE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment