Skip to content

Commit

Permalink
tweak publish.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Sep 25, 2024
1 parent d5c8e29 commit 3842c3f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,11 @@ sed -i -e "s/\"version\": \".*\"/\"version\": \"$version\"/g" package.json
pnpm install
pnpm run test
pnpm run dist
pnpm publish

git add package.json
git commit -m "Bump v$version"
git tag "v$version"
git push
git push --tags

pnpm publish

0 comments on commit 3842c3f

Please sign in to comment.