Files
tiptap/lerna.json
2021-03-05 12:31:54 +01:00

15 lines
220 B
JSON

{
"packages": [
"packages/*"
],
"npmClient": "yarn",
"version": "independent",
"useWorkspaces": false,
"command": {
"publish": {
"conventionalCommits": true,
"preid": "beta"
}
}
}