diff --git a/scripts/publishpackages.js b/scripts/publishpackages.js index c61c706..9313377 100644 --- a/scripts/publishpackages.js +++ b/scripts/publishpackages.js @@ -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 } }, {