diff --git a/scripts/publishpackages.mjs b/scripts/publishpackages.mjs index 1da1a58..a7e64c0 100644 --- a/scripts/publishpackages.mjs +++ b/scripts/publishpackages.mjs @@ -39,22 +39,6 @@ const tasks = new Listr( [ return task.prompt( { type: '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', - version: latestVersion, - onSuccess: text => { - task.output = text; - } - } ); - }, - options: { - persistentOutput: true } }, {