Skip to content

Commit

Permalink
chore: add release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
0ss committed Jul 28, 2023
1 parent ffbd4ef commit cee97db
Show file tree
Hide file tree
Showing 2 changed files with 2,782 additions and 1,163 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
"lint": "tsdx lint",
"prepare": "tsdx build",
"size": "size-limit",
"analyze": "size-limit --why"
"analyze": "size-limit --why",
"release": "release-it"
},
"peerDependencies": {},
"husky": {
"hooks": {
"pre-commit": "tsdx lint"
Expand Down Expand Up @@ -49,10 +49,16 @@
"husky": "^8.0.3",
"jest": "^29.6.2",
"prettier": "^3.0.0",
"release-it": "^16.1.3",
"size-limit": "^8.2.6",
"ts-jest": "^29.1.1",
"tsdx": "^0.14.1",
"tslib": "^2.6.1",
"typescript": "^5.1.6"
},
"release-it": {
"github": {
"release": true
}
}
}
Loading

0 comments on commit cee97db

Please sign in to comment.