feat: ⚡ not download exists files
This commit is contained in:
@@ -21,7 +21,7 @@ npm_cretae_package_lock_file() {
|
|||||||
|
|
||||||
download_package() {
|
download_package() {
|
||||||
local url_package=$1
|
local url_package=$1
|
||||||
wget $url_package
|
wget --no-clobber $url_package
|
||||||
}
|
}
|
||||||
|
|
||||||
# insert nexus_host, repository and package to upload
|
# insert nexus_host, repository and package to upload
|
||||||
|
|||||||
Reference in New Issue
Block a user