Skip to content

Commit 9b89329

Browse files
chore: lerna setup
1 parent d349719 commit 9b89329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"test:ci": "yarn test:cli && yarn test:packages",
4242
"test:watch": "jest test/ packages/ --watch",
4343
"test:smoke": "smoketests/smoketests.sh",
44-
"publish:monorepo": "yarn build && lerna version --preid rc && lerna publish from-git --canary --preid rc --dist-tag next"
44+
"publish:monorepo": "yarn build && lerna version prerelease --preid rc && lerna publish from-git --canary --preid rc --dist-tag next"
4545
},
4646
"config": {
4747
"commitizen": {

0 commit comments

Comments
 (0)