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