pass registry parameter to the publish scritps

pull/7736/head
mehmet-erim 5 years ago
parent a7e6948c56
commit acdf61b96c

@ -22,7 +22,7 @@ exit
$commands = ( $commands = (
"cd ng-packs\scripts", "cd ng-packs\scripts",
"npm install", "npm install",
"npm run publish-packages -- --nextVersion $Version --preview", "npm run publish-packages -- --nextVersion $Version --preview --registry $Registry",
"cd ../../", "cd ../../",
"npm run lerna -- version $Version --yes --no-commit-hooks --skip-git --force-publish", "npm run lerna -- version $Version --yes --no-commit-hooks --skip-git --force-publish",
"npm run replace-with-tilde", "npm run replace-with-tilde",

Loading…
Cancel
Save