Skip to content

Commit

Permalink
chore: update publish.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmet-erim committed Oct 22, 2019
1 parent 7386ea5 commit e7739cc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions npm/publish.ps1
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e7739cc

Please sign in to comment.