diff --git a/deploy.sh b/deploy.sh index d157054..edb25ed 100755 --- a/deploy.sh +++ b/deploy.sh @@ -21,6 +21,6 @@ if [ "$version" != "" ]; then git tag -a "$version" -m "`git log -1 --format=%s`" echo "Created a new tag, $version" git push --tags - cd ./tybotRoute - npm publish --access public + # cd ./tybotRoute + # npm publish --access public fi \ No newline at end of file