Skip to content

Commit

Permalink
rollback deploy to npm
Browse files Browse the repository at this point in the history
  • Loading branch information
merlosy committed Mar 3, 2019
1 parent e4b124c commit afdfa07
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ git tag -a "v${NEW_VERSION}" -m "Tag version ${NEW_VERSION}"
echo "> Pushing changes to origin"
git push --set-upstream origin ${BRANCH}

echo "> Publishing to npm"
npm run publish:lib

echo "> Pushing tag to origin"
git push --tags

Expand Down

0 comments on commit afdfa07

Please sign in to comment.