diff --git a/npm/publish.ps1 b/npm/publish.ps1 index e63ad3f0c6..2342db1334 100644 --- a/npm/publish.ps1 +++ b/npm/publish.ps1 @@ -24,6 +24,13 @@ if ($IsRc) { } $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", "yarn", "yarn remove-lock-files",