0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

build: remove incremental versionin, this is done by npm run release script

This commit is contained in:
Juan Picado @jotadeveloper 2017-10-21 10:38:29 +02:00
parent 0dfba81fb3
commit 4995d19d3e
No known key found for this signature in database
GPG key ID: 18AC54485952D158

View file

@ -6,8 +6,5 @@ lastTag=$(git describe --tags $(git rev-list --tags --max-count=1))
# Print it to the console for verification
echo "Bumping version to new tag: ${lastTag}"
# Bump the version
npm --no-git-tag-version version $lastTag
# Publish to NPM
npm publish