Skip to content

Commit

Permalink
chore: push tags after version
Browse files Browse the repository at this point in the history
  • Loading branch information
birme committed Feb 5, 2025
1 parent c0ee431 commit 04c7ce1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"format": "prettier --write 'src/**/*.ts'",
"typecheck": "tsc --noEmit -p tsconfig.json",
"dev": "nodemon",
"start": "ts-node -T src/server.ts"
"start": "ts-node -T src/server.ts",
"postversion": "git push && git push --tags"
},
"license": "MIT",
"engines": {
Expand Down

0 comments on commit 04c7ce1

Please sign in to comment.