Skip to content

Commit

Permalink
build: replace np with release-it
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdyman committed Dec 16, 2023
1 parent 2ccf7ab commit d9100fd
Show file tree
Hide file tree
Showing 3 changed files with 663 additions and 1,059 deletions.
10 changes: 10 additions & 0 deletions .release-it.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"git": {
"commitMessage": "chore: release v${version}"
},
"github": {
"autoGenerate": true,
"release": true,
"web": true
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,12 @@
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"lint-staged": "^15.1.0",
"np": "^9.2.0",
"nyc": "^15.1.0",
"playwright-core": "^1.39.0",
"prettier": "^3.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"release-it": "^17.0.1",
"size-limit": "^11.0.0",
"tslib": "^2.6.2",
"tsup": "^7.2.0",
Expand Down
Loading

0 comments on commit d9100fd

Please sign in to comment.