Skip to content

Commit 5cfbc2d

Browse files
chore: remove release-it configuration and related scripts from package.json
1 parent e2f8048 commit 5cfbc2d

File tree

2 files changed

+52
-1337
lines changed

2 files changed

+52
-1337
lines changed

package.json

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"lint:fix": "yarn lint --fix && prettier --write .",
3939
"prepare": "husky || true",
4040
"commit": "cz",
41-
"release": "yarn build && yarn release-it",
4241
"link:self": "yarn yalc publish && yarn link",
4342
"final:publish": "yarn build && npm publish"
4443
},
@@ -56,17 +55,6 @@
5655
"path": "./node_modules/@ryansonshine/cz-conventional-changelog"
5756
}
5857
},
59-
"release-it": {
60-
"git": {
61-
"commitMessage": "chore(release): v${version}"
62-
},
63-
"github": {
64-
"release": true
65-
},
66-
"npm": {
67-
"publish": false
68-
}
69-
},
7058
"engines": {
7159
"node": ">=16"
7260
},
@@ -106,7 +94,6 @@
10694
"prop-types": "15.8.1",
10795
"react": "^18.3.1",
10896
"react-dom": "^18.3.1",
109-
"release-it": "17.2.1",
11097
"tsup": "8.3.6",
11198
"typescript": "^5.7.3",
11299
"yalc": "1.0.0-pre.53"

0 commit comments

Comments
 (0)