We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ba5059 commit bfbaf38Copy full SHA for bfbaf38
package.json
@@ -48,6 +48,7 @@
48
},
49
"scripts": {
50
"commit": "pnpm git-cz",
51
+ "lerna:version": "lerna version --no-private",
52
"lerna:publish": "lerna run build && pnpm test && lerna publish from-package --no-private -m 'chore: publish'",
53
"lerna:prerelease": "lerna run build && pnpm test && lerna publish prerelease --preid rc -m 'chore: publish prerelease'",
54
"build": " lerna run build --ignore rabbitmq-integration",
0 commit comments