You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"publish-prerelease": "npm run build-all && npm run test && npm -no-git-tag-version version prereleasen && npm run commit-local && npm run push-tag && npm publish",
22
23
"publish-patch": "npm run build-all && npm run test && npm -no-git-tag-version version patch && npm run commit-local && npm run push-tag && npm publish",
23
24
"publish-minor": "npm run build-all && npm run test && npm -no-git-tag-version version minor && npm run commit-local && npm run push-tag && npm publish",
24
25
"publish-major": "npm run build-all && npm run test && npm -no-git-tag-version version major && npm run commit-local && npm run push-tag && npm publish",
0 commit comments