mirror of https://github.com/abpframework/abp.git
1 changed files with 11 additions and 0 deletions
@ -0,0 +1,11 @@ |
|||||
|
cd .. |
||||
|
|
||||
|
echo "`n-----=====[ COMMITTING CHANGES ]=====-----`n" |
||||
|
git add . |
||||
|
git commit -m Update_NPM_Package_Versions |
||||
|
git push |
||||
|
|
||||
|
echo "`n-----=====[ PUSHING ANGULAR PACKS TO NPM ]=====-----`n" |
||||
|
powershell -File publish-ng.ps1 |
||||
|
|
||||
|
echo "`n-----=====[ PUSHING PACKS TO NPM COMPLETED ]=====-----`n" |
||||
Loading…
Reference in new issue