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 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 },
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 },
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"
You can’t perform that action at this time.
0 commit comments