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 d27d555 commit b27147fCopy full SHA for b27147f
package.json
@@ -48,7 +48,7 @@
48
},
49
"scripts": {
50
"commit": "pnpm git-cz",
51
- "lerna:publish": "lerna run build && pnpm test && lerna publish -m 'chore: publish'",
+ "lerna:publish": "lerna run build && pnpm test && lerna publish --no-private -m 'chore: publish'",
52
"lerna:prerelease": "lerna run build && pnpm test && lerna publish prerelease --preid rc -m 'chore: publish prerelease'",
53
"build": " lerna run build --ignore rabbitmq-integration",
54
"build:watch": "lerna run --parallel build:watch --ignore rabbitmq-integration",
0 commit comments