From d9f3f5a70d31cadedd7ed24370d9e5daff8a8a32 Mon Sep 17 00:00:00 2001 From: David Dal Busco Date: Wed, 27 Sep 2023 10:48:07 +0200 Subject: [PATCH] build: fix next CI job that tries to bump a library we have not published yet (#430) # Motivation Fix https://github.com/dfinity/ic-js/actions/runs/6323493751/job/17171159406 --- scripts/build-next | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/build-next b/scripts/build-next index 3dee425a..98b0204f 100755 --- a/scripts/build-next +++ b/scripts/build-next @@ -7,7 +7,8 @@ npm ci node ./scripts/update-version.mjs utils node ./scripts/update-version.mjs nns-proto node ./scripts/update-version.mjs ledger -node ./scripts/update-version.mjs ledger-icp +# TODO: uncomment when new @dfinity/ledger-icp will be released +# node ./scripts/update-version.mjs ledger-icp node ./scripts/update-version.mjs nns node ./scripts/update-version.mjs sns node ./scripts/update-version.mjs cmc