Remove pretry as it doesn't catch all of the errors, add manual handling
Compare changes
Files
3+ 37
− 27
@@ -16,7 +16,6 @@ import { exec as execProcess } from 'child_process';
@@ -33,16 +32,27 @@ const artificialSpecData = { items: [] };
@@ -64,10 +74,21 @@ function isExternalSpec(location) {
@@ -101,19 +122,13 @@ async function run() {
@@ -121,11 +136,6 @@ async function run() {