Skip to content

Commit 37b0206

Browse files
committed
deploy.sh
1 parent 4088fae commit 37b0206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ sed -i -e "s/\"version\":.*/\"version\": "\"$ver\"",/g" package.json
44
git add -A && git commit -m "Release v$ver."
55
git tag "v$ver"
66
git push origin master && git push --tags
7-
npm run prepare && npm publish
7+
npm publish

0 commit comments

Comments
 (0)