AAE-51793 Widen npm-check-bundle retry window and fix set -e short circuit (#12233)

This commit is contained in:
Domenico Sibilio
2026-09-14 10:27:38 +00:00
committed by GitHub
parent 68d382a401
commit 89053a1b9d
3 changed files with 9 additions and 7 deletions
+2 -2
View File
@@ -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