rules_js icon indicating copy to clipboard operation
rules_js copied to clipboard

npmrc registry config not always used

Open jbedard opened this issue 3 years ago • 0 comments

When putting a non-existing URL in the registry or @scope:registry it is not respected and still fetches from the default.

When configuring a non-existing registry the build still passes. For example:

registry=http://notexistingdns.company.internal/repository/TEST-NPM-Group/
@types:registry=http://notexistingdns.company.internal/repository/TEST-NPM-Group/

jbedard avatar Oct 20 '22 20:10 jbedard