Skip to content

Commit bfbaf38

Browse files
committed
chore: add lerna:version command
1 parent 2ba5059 commit bfbaf38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
},
4949
"scripts": {
5050
"commit": "pnpm git-cz",
51+
"lerna:version": "lerna version --no-private",
5152
"lerna:publish": "lerna run build && pnpm test && lerna publish from-package --no-private -m 'chore: publish'",
5253
"lerna:prerelease": "lerna run build && pnpm test && lerna publish prerelease --preid rc -m 'chore: publish prerelease'",
5354
"build": " lerna run build --ignore rabbitmq-integration",

0 commit comments

Comments
 (0)