Skip to content

Commit

Permalink
updating script to be better
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Preston committed Nov 29, 2019
1 parent 690aba5 commit 3aa305f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ npm run test:ci
CURRENT=$(echo $(npm version | grep xunit-viewer | cut -d"'" -f4))
git commit -am "tested $CURRENT"

# npm version ${1-patch}
# npm publish
# LATEST=$(echo npm version | grep xunit-viewer | cut -d"'" -f4)
npm version ${1-patch}
npm publish
LATEST=$(echo npm version | grep xunit-viewer | cut -d"'" -f4)

# npm run release:demo
npm run release:demo

# git push
# git push --tags
git push
git push --tags

0 comments on commit 3aa305f

Please sign in to comment.