add preid to lerna config

This commit is contained in:
Philipp Kühn 2021-03-05 12:31:54 +01:00
parent c925160e78
commit afcd8f1671

View File

@ -7,7 +7,8 @@
"useWorkspaces": false,
"command": {
"publish": {
"conventionalCommits": true
"conventionalCommits": true,
"preid": "beta"
}
}
}