Skip to content

Commit

Permalink
Use release-it in release script
Browse files Browse the repository at this point in the history
  • Loading branch information
satazor committed Nov 20, 2023
1 parent 1f08e94 commit 7770ad8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,9 @@
"url": "https://github.com/uphold/debugnyan.git"
},
"scripts": {
"changelog": "uphold-scripts changelog $npm_package_version",
"lint": "uphold-scripts lint .",
"release": "uphold-scripts release",
"test": "uphold-scripts test",
"version": "uphold-scripts version"
"release": "release-it",
"test": "uphold-scripts test"
},
"pre-commit": [
"lint"
Expand Down

0 comments on commit 7770ad8

Please sign in to comment.