We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4088fae commit 37b0206Copy full SHA for 37b0206
deploy.sh
@@ -4,4 +4,4 @@ sed -i -e "s/\"version\":.*/\"version\": "\"$ver\"",/g" package.json
4
git add -A && git commit -m "Release v$ver."
5
git tag "v$ver"
6
git push origin master && git push --tags
7
-npm run prepare && npm publish
+npm publish
0 commit comments