File tree Expand file tree Collapse file tree 2 files changed +336
-11
lines changed Expand file tree Collapse file tree 2 files changed +336
-11
lines changed Original file line number Diff line number Diff line change 18
18
"build" : " rollup -c" ,
19
19
"start" : " rollup -c -w" ,
20
20
"prepare" : " yarn run build" ,
21
+ "version" : " yarn run build && auto-changelog -p --template keepachangelog && git add ." ,
22
+ "prepublishOnly" : " git push && git push --tags && gh-release" ,
21
23
"predeploy" : " cd example && yarn install && yarn run build" ,
22
24
"deploy" : " gh-pages -d example/build"
23
25
},
33
35
"@types/jest" : " ^23.1.5" ,
34
36
"@types/react" : " ^16.7.13" ,
35
37
"@types/react-dom" : " ^16.0.11" ,
38
+ "auto-changelog" : " ^1.13.0" ,
36
39
"babel-core" : " ^6.26.3" ,
37
40
"babel-runtime" : " ^6.26.0" ,
38
41
"cross-env" : " ^5.1.4" ,
39
42
"gh-pages" : " ^1.2.0" ,
43
+ "gh-release" : " ^3.5.0" ,
40
44
"react-scripts-ts" : " ^2.16.0" ,
41
45
"rollup" : " ^0.62.0" ,
42
46
"rollup-plugin-babel" : " ^3.0.7" ,
You can’t perform that action at this time.
0 commit comments