Created
November 2, 2016 11:16
-
-
Save scott4dev/eb514406d23c738c1b5789458b4ca842 to your computer and use it in GitHub Desktop.
Clean Heroku npm cache
This file contains 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 NODE_MODULES_CACHE=false | |
git commit -am 'rebuild' --allow-empty | |
git push heroku master | |
heroku config:unset NODE_MODULES_CACHE |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment