Skip to content

Commit

Permalink
feat: add release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
wagerfield committed Aug 6, 2023
1 parent d02886c commit 59fd3f8
Show file tree
Hide file tree
Showing 2 changed files with 2,015 additions and 14 deletions.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"watch": "tsx watch src/onno.ts",
"test": "vitest run --coverage",
"lint": "prettier --write .",
"prepare": "husky install"
"prepare": "husky install",
"release": "release-it"
},
"prettier": {
"semi": false
Expand Down Expand Up @@ -41,6 +42,7 @@
"husky": "8.0.3",
"lint-staged": "13.2.3",
"prettier": "3.0.1",
"release-it": "16.1.3",
"tsx": "3.12.7",
"typescript": "5.1.6",
"vitest": "0.34.1"
Expand Down
Loading

0 comments on commit 59fd3f8

Please sign in to comment.