Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
pc-magas committed Feb 3, 2024
2 parents 31678da + a39b647 commit 3e108c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .husky/pre-push
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ done
current_branch=$(git symbolic-ref HEAD | sed -e 's,.*/\(.*\),\1,')

if [ $current_branch == "dev" ]; then
echo "No bump needed upon dev"
echo "No bump needed upon dev"git
exit 0
fi

Expand Down Expand Up @@ -55,7 +55,7 @@ done <&2
echo "Bumping version to $new_version"

# Update package.json with the new version
new_version=$(npm version ${new_version} --force --silent)
new_version=$(npm version ${new_version} --no-git-tag-version --no-commit-hooks --force --silent)

echo "Version bumped to $new_version"

Expand Down

0 comments on commit 3e108c8

Please sign in to comment.