We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
yarn release
1 parent 6d1935a commit 5c954f4Copy full SHA for 5c954f4
1 file changed
package.json
@@ -18,7 +18,7 @@
18
"prepare": "tsdx build",
19
"size": "size-limit",
20
"analyze": "size-limit --why",
21
- "release": "standard-version",
+ "release": "standard-version && git push --follow-tags origin master && npm publish",
22
"release:alpha": "yarn release -- --prerelease alpha"
23
},
24
"peerDependencies": {},
0 commit comments