Remove pretry as it doesn't catch all of the errors, add manual handling
... | @@ -6,8 +6,7 @@ | ... | @@ -6,8 +6,7 @@ |
"dependencies": { | "dependencies": { | ||
"@redocly/cli": "^1.6.0", | "@redocly/cli": "^1.6.0", | ||
"eclipsefdn-api-support": "^1.0.0", | "eclipsefdn-api-support": "^1.0.0", | ||
"eclipsefdn-hugo-solstice-theme": "^0.0.176", | "eclipsefdn-hugo-solstice-theme": "^0.0.176" | ||
"p-retry": "^6.2.0" | |||
}, | }, | ||
"scripts": { | "scripts": { | ||
"postinstall": "yarn build-specs", | "postinstall": "yarn build-specs", | ||
... | ... |
Please register or sign in to comment