Skip to content

Instantly share code, notes, and snippets.

@acebytes
Created October 8, 2018 08:58
Show Gist options
  • Save acebytes/a1dd52e2300150dfa481e46b50ac07b1 to your computer and use it in GitHub Desktop.
Save acebytes/a1dd52e2300150dfa481e46b50ac07b1 to your computer and use it in GitHub Desktop.
Disable Heroku Node modules cache
$ 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