Skip to content
This repository has been archived by the owner on Oct 25, 2021. It is now read-only.

Commit

Permalink
Closes #5
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrodriguez committed Jan 8, 2017
2 parents b149b3b + 3dcce28 commit aa1a382
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/bump-hook
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ fi

echo "Version is $APP_VERSION"

npm --no-git-tag-version -f version ${APP_VERSION}

TAG=`git describe --abbrev=0 --tags 2> /dev/null`

if [[ -z "$TAG" ]]; then
Expand Down

0 comments on commit aa1a382

Please sign in to comment.