Skip to content

Commit 00d0107

Browse files
committed
chore(dev-scripts): force publish all packages version bump
1 parent 247ac0c commit 00d0107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lerna-publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ BUMP=$1
55
if [ "x$BUMP" == "x" ]; then
66
BUMP=patch
77
fi
8-
yarn lerna version --create-release=github --conventional-commits --exact $BUMP
8+
yarn lerna version --create-release=github --conventional-commits --force-publish --exact $BUMP

0 commit comments

Comments
 (0)