File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed
Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -11,3 +11,4 @@ gulpfile.js
1111.editorconfig
1212.npmrc
1313.prettoerrc
14+ .release-it.json
Original file line number Diff line number Diff line change 1+ {
2+ "hooks" : {
3+ "after:init" : [
4+ " t2k"
5+ ],
6+ "after:bump" : [
7+ " npm run build"
8+ ]
9+ },
10+ "github" : {
11+ "release" : true
12+ }
13+ }
Original file line number Diff line number Diff line change 99 },
1010 "scripts" : {
1111 "build" : " gulp" ,
12- "test" : " jest"
12+ "test" : " jest" ,
13+ "release" : " release-it"
1314 },
1415 "main" : " dist/index.js" ,
1516 "license" : " MIT" ,
2223 "gulp-size" : " ^3.0.0" ,
2324 "gulp-uglify" : " ^3.0.2" ,
2425 "jest" : " ^25.1.0" ,
25- "react" : " ^16.12.0"
26+ "react" : " ^16.12.0" ,
27+ "release-it" : " ^14.2.1"
2628 },
2729 "publishConfig" : {
2830 "registry" : " https://registry.npmjs.org/"
You can’t perform that action at this time.
0 commit comments