mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-16 18:13:06 +00:00
AAE-51793 Restore verbose npm pack logs (#12235)
This commit is contained in:
@@ -42,7 +42,7 @@ npm_pack_version() {
|
|||||||
local spec=$1
|
local spec=$1
|
||||||
local attempt
|
local attempt
|
||||||
for attempt in $(seq 1 "$NPM_RETRIES"); do
|
for attempt in $(seq 1 "$NPM_RETRIES"); do
|
||||||
if npm pack "$spec" 2>/dev/null; then
|
if npm pack "$spec"; then
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
if [ "$attempt" -lt "$NPM_RETRIES" ]; then
|
if [ "$attempt" -lt "$NPM_RETRIES" ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user