Skip to content

Commit

Permalink
Merge pull request #2 from blocktorch-xyz/fix/bin
Browse files Browse the repository at this point in the history
Fix bin and add release commands
  • Loading branch information
iuwqyir committed Mar 19, 2024
2 parents 57b5370 + f44a887 commit 64541a3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@
"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": "./index.js"
"blocktorch": "./dist/index.js"
},
"keywords": [],
"author": "iuwqyir <[[email protected]](mailto:[email protected])>",
Expand Down

0 comments on commit 64541a3

Please sign in to comment.