Created
October 8, 2018 08:58
-
-
Save acebytes/a1dd52e2300150dfa481e46b50ac07b1 to your computer and use it in GitHub Desktop.
Disable Heroku Node modules cache
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 NODE_MODULES_CACHE=false | |
$ git commit -am 'disable node_modules cache' --allow-empty | |
$ git push heroku master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment