Skip to content

Novaheal/buildpack-npmrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 

Repository files navigation

Buildpack NPMRC

🗂️ A buildpack to set the npmrc files content in a subdirectory.

⚒️ Configure Buildpack

  1. Add the buildpack on the first position to your buildpacks at heroku.
$ heroku buildpacks:set --index 1 https://github.com/Novaheal/buildpack-npmrc.git
  1. Set the env vars at heroku
 $ heroku config:set NPMRC=registry=https://registry.npmjs.org @<your-organization>:registry=https://npm.pkg.github.com //npm.pkg.githubcom/:_authToken=<your-token>
 $ heroku config:set SUBFOLDER=<your-subfolder>

About

A buildpack to add an npmrc to the project at heroku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages