refactor: 🎨 remove unneccery code

This commit is contained in:
2022-03-13 09:24:58 +02:00
parent dfcdcff04a
commit 45961db7e3

View File

@@ -24,11 +24,6 @@ download_package() {
wget $url_package
}
# npm_publish_package() {
# local package_filename=$1
# npm publish $package_filename
# }
# insert nexus_host, repository and package to upload
upload_package() {
local nexus_host=$1