diff --git a/deploy/5-git-commit.ps1 b/deploy/5-git-commit.ps1 new file mode 100644 index 0000000000..4d45784a1b --- /dev/null +++ b/deploy/5-git-commit.ps1 @@ -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"