diff --git a/scripts/publishpackages.mjs b/scripts/publishpackages.mjs index 75b6b66..ec09a97 100644 --- a/scripts/publishpackages.mjs +++ b/scripts/publishpackages.mjs @@ -43,22 +43,6 @@ const tasks = new Listr( [ .run( confirm, { message: 'Do you want to continue?' } ); } } ); - }, - retry: 3 - }, - { - title: 'Checking if packages that returned E409 error code were uploaded correctly.', - task: async ( _, task ) => { - return releaseTools.verifyPackagesPublishedCorrectly( { - packagesDirectory: RELEASE_DIRECTORY, - version: latestVersion, - onSuccess: text => { - task.output = text; - } - } ); - }, - options: { - persistentOutput: true } }, {