forked from angular-schule/ngx-deploy-starter
-
-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Description
I am trying to use the registry option to define our private npm repository but it seems like no matter what I do, it doesn't recognize that the option is being set. I have also tried setting it via $HOME/.npmrc prior to running the nx deploy script both as a scoped registry and a catch-all. I also have my publishConfig set in my package.json that is in the dist folder being deployed but I think that is also ignored or being overwritten. The strange part is that it is getting set somewhere because our proxy the npm registry is being set, but I am unable to publish to that, we have an internal url for publishing to. Here is the relevant nx target:
"deploy": {
"executor": "ngx-deploy-npm:deploy",
"options": {
"access": "public",
"dryRun": true,
"noBuild": true,
"distFolderPath": "dist/packages/somePackage/",
"registry": "https://****-internal-npm/"
}
},Any help would be greatly appreciated!
Metadata
Metadata
Assignees
Labels
No labels