mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
Update publish.sh
This commit is contained in:
parent
f2f1be927b
commit
f5e4cc18de
1 changed files with 1 additions and 1 deletions
|
@ -7,4 +7,4 @@ lastTag=$(git describe --tags $(git rev-list --tags --max-count=1))
|
||||||
echo "Bumping version to new tag: ${lastTag}"
|
echo "Bumping version to new tag: ${lastTag}"
|
||||||
|
|
||||||
# Publish to NPM
|
# Publish to NPM
|
||||||
npm publish
|
npm publish --registry https://registry.npmjs.org/
|
||||||
|
|
Loading…
Reference in a new issue