Created
May 26, 2017 13:30
-
-
Save monkeycycle/138ba89c90c420a99e65d1a6d91bdd72 to your computer and use it in GitHub Desktop.
Rebuild on Heroku with no module caching
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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