heroku-buildpack-private-npm-registries

by trusted

README.md

heroku-buildpack-private-npm-registries

Sets up .yarnrc.yml with required private NPM registries.

To add more registries add to bin/compile.

CLI Installation

For new applications:

$ heroku create --buildpack https://github.com/trusted/heroku-buildpack-private-npm-registries.git

For existing applications:

$ heroku buildpacks:set https://github.com/trusted/heroku-buildpack-private-npm-registries.git -a YOUR_APP_NAME