Skip to content

Commit ef5bcca

Browse files
committed
add --force-publish
1 parent 3132f3d commit ef5bcca

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)