From acdf61b96c5a10befcbf0e989f7589958f4c243e Mon Sep 17 00:00:00 2001 From: mehmet-erim Date: Mon, 15 Feb 2021 21:07:26 +0300 Subject: [PATCH] pass registry parameter to the publish scritps --- npm/preview-publish.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm/preview-publish.ps1 b/npm/preview-publish.ps1 index 0ae11a67b4..61c68e10b0 100644 --- a/npm/preview-publish.ps1 +++ b/npm/preview-publish.ps1 @@ -22,7 +22,7 @@ exit $commands = ( "cd ng-packs\scripts", "npm install", - "npm run publish-packages -- --nextVersion $Version --preview", + "npm run publish-packages -- --nextVersion $Version --preview --registry $Registry", "cd ../../", "npm run lerna -- version $Version --yes --no-commit-hooks --skip-git --force-publish", "npm run replace-with-tilde",