|
|
@ -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",
|
|
|
|