From 45961db7e3d36926dcbe458d87f16f0baf019197 Mon Sep 17 00:00:00 2001 From: Idan Cohen Date: Sun, 13 Mar 2022 09:24:58 +0200 Subject: [PATCH] refactor: :art: remove unneccery code --- npm-install.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/npm-install.sh b/npm-install.sh index 7744d93..be0ddc9 100755 --- a/npm-install.sh +++ b/npm-install.sh @@ -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