From 0941ef6de6e8d1a8cbcfa609e49fc5fdad81d573 Mon Sep 17 00:00:00 2001 From: Kamil Piechaczek Date: Wed, 9 Oct 2024 07:36:13 +0200 Subject: [PATCH] Aligned release scripts to recent changes in ckeditor5-dev (ckeditor/ckeditor5-dev#1019). --- scripts/publishpackages.js | 16 ---------------- 1 file changed, 16 deletions(-) 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 } }, {