feat: not download exists files

This commit is contained in:
2022-03-13 14:23:36 +02:00
parent 45961db7e3
commit dd97e44520

View File

@@ -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