feat: ⚡ not download exists files
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user