File tree Expand file tree Collapse file tree 2 files changed +52
-1337
lines changed Expand file tree Collapse file tree 2 files changed +52
-1337
lines changed Original file line number Diff line number Diff line change 38
38
"lint:fix" : " yarn lint --fix && prettier --write ." ,
39
39
"prepare" : " husky || true" ,
40
40
"commit" : " cz" ,
41
- "release" : " yarn build && yarn release-it" ,
42
41
"link:self" : " yarn yalc publish && yarn link" ,
43
42
"final:publish" : " yarn build && npm publish"
44
43
},
56
55
"path" : " ./node_modules/@ryansonshine/cz-conventional-changelog"
57
56
}
58
57
},
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
- },
70
58
"engines" : {
71
59
"node" : " >=16"
72
60
},
106
94
"prop-types" : " 15.8.1" ,
107
95
"react" : " ^18.3.1" ,
108
96
"react-dom" : " ^18.3.1" ,
109
- "release-it" : " 17.2.1" ,
110
97
"tsup" : " 8.3.6" ,
111
98
"typescript" : " ^5.7.3" ,
112
99
"yalc" : " 1.0.0-pre.53"
You can’t perform that action at this time.
0 commit comments