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 d349719 commit 9b89329Copy full SHA for 9b89329
package.json
@@ -41,7 +41,7 @@
41
"test:ci": "yarn test:cli && yarn test:packages",
42
"test:watch": "jest test/ packages/ --watch",
43
"test:smoke": "smoketests/smoketests.sh",
44
- "publish:monorepo": "yarn build && lerna version --preid rc && lerna publish from-git --canary --preid rc --dist-tag next"
+ "publish:monorepo": "yarn build && lerna version prerelease --preid rc && lerna publish from-git --canary --preid rc --dist-tag next"
45
},
46
"config": {
47
"commitizen": {
0 commit comments