Skip to content

Commit

Permalink
Update release script
Browse files Browse the repository at this point in the history
  • Loading branch information
surmon-china committed Mar 28, 2020
1 parent f09e465 commit d34b67b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/release.sh
Expand Up @@ -9,6 +9,5 @@ git fetch origin v"$PKG_VERSION" || {
type standard-version || npm i -g standard-version
standard-version --skip.changelog -a --release-as "$PKG_VERSION"
git push --follow-tags origin master
type nrm && nrm use npm
npm publish
type nrm && nrm use npm && npm publish
}

0 comments on commit d34b67b

Please sign in to comment.