Skip to content

Commit

Permalink
Add publish script
Browse files Browse the repository at this point in the history
  • Loading branch information
amanusk committed Mar 24, 2024
1 parent c7f403d commit 921a33a
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": {
"clean": "rm -rf dist",
"test": "mocha -r ts-node/register test/**",
"build": "tsc"
"build": "tsc",
"semantic-release": "npm publish"
},
"author": "amanusk",
"license": "MIT",
Expand Down

0 comments on commit 921a33a

Please sign in to comment.