Skip to content

Commit

Permalink
chore: add release script to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kiki-kanri committed Oct 18, 2024
1 parent 6e35e19 commit 0fea0dc
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 @@
},
"scripts": {
"build": "ts-project-builder ./src/constants.ts ./src/utils.ts --clean --preserve-modules",
"bumplog": "changelogen --bump"
"bumplog": "changelogen --bump",
"release": "pnpm run build && changelogen --release && sh ./build-and-publish.sh"
},
"dependencies": {
"decimal.js": "^10.4.3",
Expand Down

0 comments on commit 0fea0dc

Please sign in to comment.