From ac5a499f61132a8de6a8988864602bb3c7ee3493 Mon Sep 17 00:00:00 2001 From: erolarkat Date: Thu, 22 Apr 2021 22:50:31 +0300 Subject: [PATCH] reverted changes in publish.ps1 --- npm/publish.ps1 | 7 +++++++ 1 file changed, 7 insertions(+) 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",