We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42752b5 commit 2d15208Copy full SHA for 2d15208
package.json
@@ -18,6 +18,8 @@
18
"build": "rollup -c",
19
"start": "rollup -c -w",
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",
23
"predeploy": "cd example && yarn install && yarn run build",
24
"deploy": "gh-pages -d example/build"
25
},
@@ -33,10 +35,12 @@
33
35
"@types/jest": "^23.1.5",
34
36
"@types/react": "^16.7.13",
37
"@types/react-dom": "^16.0.11",
38
+ "auto-changelog": "^1.13.0",
39
"babel-core": "^6.26.3",
40
"babel-runtime": "^6.26.0",
41
"cross-env": "^5.1.4",
42
"gh-pages": "^1.2.0",
43
+ "gh-release": "^3.5.0",
44
"react-scripts-ts": "^2.16.0",
45
"rollup": "^0.62.0",
46
"rollup-plugin-babel": "^3.0.7",
0 commit comments