update script publish and change version

This commit is contained in:
Eugenio Romano
2017-07-05 13:05:38 +02:00
committed by Eugenio Romano
parent 70a3c863e6
commit 8a3d157cf1
2 changed files with 18 additions and 15 deletions

View File

@@ -17,10 +17,10 @@ cd "$DIR/../demo-shell-ng2"
show_help() {
echo "Usage: npm-publish.sh"
echo ""
echo "-f or -force publish the package with force"
echo "-r or -registry to publish in an alternative npm registry -registry 'http://npm.local.me:8080/' "
echo "-f or --force publish the package with force"
echo "-r or --registry to publish in an alternative npm registry -registry 'http://npm.local.me:8080/' "
echo "-token auth token for publish in the npm registry"
echo "-t or -tag to add a tag when publish a package"
echo "-t or --tag to add a tag when publish a package"
echo "--sleep add a sleep before any publish"
echo "-gitjsapi to build all the components against a commit-ish version of the JS-API"
}