My company is using a different registry for npm, specified by .npmrc:
registry = https://artifacthub.company.com/api/npm/npm-virtual/
sass_binary_site = https://artifacthub.company.com/node-bindings/4.10.0/
disturl = https://artifacthub.company.com/nodejs/
It appears that spotless is not picking those up. Is there any way I can add this as parameter to the prettier format? (essentially it needs to run npm install -registry=.... ...)
My company is using a different registry for npm, specified by .npmrc:
It appears that spotless is not picking those up. Is there any way I can add this as parameter to the prettier format? (essentially it needs to run
npm install -registry=.... ...)