improve lerna config

This commit is contained in:
Philipp Kühn
2020-11-16 15:57:31 +01:00
parent 282cdfebd6
commit 3501936f98

View File

@@ -4,5 +4,11 @@
], ],
"npmClient": "yarn", "npmClient": "yarn",
"version": "independent", "version": "independent",
"useWorkspaces": false "useWorkspaces": false,
"command": {
"publish": {
"conventionalCommits": true,
"yes": true
}
}
} }