@jonit-dev/night-watch-cli 1.7.73 → 1.7.75
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/scripts/publish.sh +2 -2
- package/package.json +1 -1
package/dist/scripts/publish.sh
CHANGED
|
@@ -43,8 +43,8 @@ for attempt in 1 2 3 4 5; do
|
|
|
43
43
|
break
|
|
44
44
|
fi
|
|
45
45
|
if [[ $attempt -lt 5 ]]; then
|
|
46
|
-
echo " Attempt $attempt failed, retrying in
|
|
47
|
-
sleep
|
|
46
|
+
echo " Attempt $attempt failed, retrying in 30s..."
|
|
47
|
+
sleep 30
|
|
48
48
|
else
|
|
49
49
|
echo " All attempts failed. Install manually: npm i -g @jonit-dev/night-watch-cli@$NEW_VERSION"
|
|
50
50
|
exit 1
|