From e7739ccd1e72d0851863d91d7c7312a1a197f137 Mon Sep 17 00:00:00 2001 From: mehmet-erim Date: Tue, 22 Oct 2019 14:04:37 +0300 Subject: [PATCH] chore: update publish.ps1 --- npm/publish.ps1 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/npm/publish.ps1 b/npm/publish.ps1 index eb8d1e600f..a72148c587 100644 --- a/npm/publish.ps1 +++ b/npm/publish.ps1 @@ -1,9 +1,10 @@ & cd ng-packs\scripts & npm install -& npm run build +& yarn build & cd ../../ +& yarn & yarn lerna publish --no-push & cd ng-packs\scripts -& npm run sync +& yarn sync & cd ../../ & yarn update:templates \ No newline at end of file