From 00d010775c7fac6e4ef52d1359b861154d5e00af Mon Sep 17 00:00:00 2001 From: Konstantin Burkalev Date: Wed, 5 Feb 2025 16:50:39 +0200 Subject: [PATCH] chore(dev-scripts): force publish all packages version bump --- lerna-publish.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lerna-publish.sh b/lerna-publish.sh index c01bee96c899b..2d6ce46994fd1 100755 --- a/lerna-publish.sh +++ b/lerna-publish.sh @@ -5,4 +5,4 @@ BUMP=$1 if [ "x$BUMP" == "x" ]; then BUMP=patch fi -yarn lerna version --create-release=github --conventional-commits --exact $BUMP +yarn lerna version --create-release=github --conventional-commits --force-publish --exact $BUMP