Skip to content

Commit eb65365

Browse files
committed
chore: push tags
1 parent 31a368b commit eb65365

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
"release:minor": "standard-version --release-as minor",
115115
"release:patch": "standard-version --release-as patch",
116116
"release:major": "standard-version --release-as major",
117-
"push:tags": "git push --follow-tags origin pre-gh-pages",
117+
"push:tags": "git push --follow-tags origin main && npm publish",
118118
"process": "node webpack/process",
119119
"predeploy": "npm run build:production",
120120
"deploy": "node scripts/deploy-gh.js",

0 commit comments

Comments
 (0)