Skip to content

Commit

Permalink
ci: release commands
Browse files Browse the repository at this point in the history
  • Loading branch information
iuwqyir committed Mar 19, 2024
1 parent 4dd24d3 commit f44a887
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@
"build": "tsc",
"prepublishOnly": "tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "husky"
"prepare": "husky",
"release": "npm version patch && npm publish . && git push && git push --tags",
"semantic-release": "semantic-release"
},
"bin": {
"blocktorch": "./dist/index.js"
Expand Down

0 comments on commit f44a887

Please sign in to comment.