mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-16 18:13:06 +00:00
AAE-51793 Widen npm-check-bundle retry window and fix set -e short circuit (#12233)
This commit is contained in:
@@ -35,8 +35,8 @@ error_out() {
|
||||
}
|
||||
|
||||
# Retry to absorb npm registry propagation delay right after publish.
|
||||
NPM_VIEW_RETRIES=6
|
||||
NPM_VIEW_RETRY_DELAY=10
|
||||
NPM_VIEW_RETRIES=24
|
||||
NPM_VIEW_RETRY_DELAY=20
|
||||
|
||||
npm_view_version() {
|
||||
local spec=$1
|
||||
|
||||
Reference in New Issue
Block a user