From 52f4006fdae9bc91ea326edf5e3176cc0d7913ae Mon Sep 17 00:00:00 2001 From: double beep <38133098+double-beep@users.noreply.github.com> Date: Sun, 28 Jan 2024 13:08:13 +0000 Subject: [PATCH] Minor change to postversion script --- scripts/postversion.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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