Skip to content

Commit

Permalink
chore: add release node script
Browse files Browse the repository at this point in the history
  • Loading branch information
becem-gharbi committed May 17, 2023
1 parent 9d79f59 commit 0876ddd
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 @@ -7,7 +7,8 @@
"scripts": {
"build": "rimraf ./dist && tsc",
"start": "node ./dist/index.js",
"dev": "nodemon ./src/index.ts"
"dev": "nodemon ./src/index.ts",
"release": "changelogen --release && git push --follow-tags"
},
"author": "Becem Gharbi",
"license": "MIT",
Expand Down

0 comments on commit 0876ddd

Please sign in to comment.