Skip to content

Commit

Permalink
Minor change to postversion script
Browse files Browse the repository at this point in the history
  • Loading branch information
double-beep authored Jan 28, 2024
1 parent 21d6117 commit 52f4006
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/postversion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

declare version=$(printenv | grep -e "npm_package_version" | cut -d \= -f 2)

ts-node src/index.ts &&
npm run build &&
git commit --all --no-edit --amend &&
git tag -af "v$version" -m "bumped version to $version"
git tag -af "v$version" -m "bumped version to $version"

0 comments on commit 52f4006

Please sign in to comment.