diff --git a/scripts/postversion.sh b/scripts/postversion.sh index 133ac5d..e780e8f 100644 --- a/scripts/postversion.sh +++ b/scripts/postversion.sh @@ -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" \ No newline at end of file