Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 401 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 401 Bytes

heroku-buildpack-node-cleanup

Deletes the node_modules folder to decrease slug size.

Usage

$ heroku buildpacks:set https://github.com/ztory/heroku-buildpack-node-cleanup.git

Or add it to the .buildpacks file if using heroku-buildpack-multi:

$ cat .buildpacks
...
https://github.com/ztory/heroku-buildpack-node-cleanup.git