Skip to content

Commit

Permalink
chore: add pre and rc release script
Browse files Browse the repository at this point in the history
  • Loading branch information
d-koppenhagen committed Sep 4, 2023
1 parent 7bed594 commit c8c5689
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,8 @@
"prettier": "prettier --write .",
"prepare": "husky install",
"release": "release-it",
"release:pre": "npm run release -- --preRelease",
"release:rc": "npm run release -- --preRelease",
"test": "vitest",
"coverage": "vitest run --coverage"
},
Expand Down

0 comments on commit c8c5689

Please # to comment.