reverted changes in publish.ps1

pull/8749/head
erolarkat 5 years ago
parent 57c76d6ae3
commit ac5a499f61

@ -24,6 +24,13 @@ if ($IsRc) {
} }
$commands = ( $commands = (
"cd ng-packs\scripts",
"npm install",
$NgPacksPublishCommand,
"cd ../../",
"npm run lerna -- version $Version --yes --no-commit-hooks --skip-git --force-publish",
"npm run replace-with-tilde",
$PacksPublishCommand,
"cd scripts", "cd scripts",
"yarn", "yarn",
"yarn remove-lock-files", "yarn remove-lock-files",

Loading…
Cancel
Save