tiptap/lerna.json
2020-11-16 21:57:10 +01:00

14 lines
196 B
JSON

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