Skip to content

Commit 754b655

Browse files
committed
Update push script for pre-release
1 parent 367660f commit 754b655

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: push-package.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ esac
1818
git tag ${version}
1919
git push upstream ${version}
2020

21-
npm publish
22-
npm version patch -m "Update to version ${version}"
21+
npm publish --tag next
22+
npm version patch -m "Update to version ${version}" --preid=next

0 commit comments

Comments
 (0)