From dd97e4452061742346620597d6d6e8ebae28eb52 Mon Sep 17 00:00:00 2001 From: Idan Cohen Date: Sun, 13 Mar 2022 14:23:36 +0200 Subject: [PATCH] feat: :zap: not download exists files --- npm-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npm-install.sh b/npm-install.sh index be0ddc9..2858d68 100755 --- a/npm-install.sh +++ b/npm-install.sh @@ -21,7 +21,7 @@ npm_cretae_package_lock_file() { download_package() { local url_package=$1 - wget $url_package + wget --no-clobber $url_package } # insert nexus_host, repository and package to upload