We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31a368b commit eb65365Copy full SHA for eb65365
1 file changed
package.json
@@ -114,7 +114,7 @@
114
"release:minor": "standard-version --release-as minor",
115
"release:patch": "standard-version --release-as patch",
116
"release:major": "standard-version --release-as major",
117
- "push:tags": "git push --follow-tags origin pre-gh-pages",
+ "push:tags": "git push --follow-tags origin main && npm publish",
118
"process": "node webpack/process",
119
"predeploy": "npm run build:production",
120
"deploy": "node scripts/deploy-gh.js",
0 commit comments