fix lerna config

This commit is contained in:
Philipp Kühn 2020-11-16 21:57:10 +01:00
parent d05c9fda3e
commit 40c99e2eca

View File

@ -1,14 +1,13 @@
{
"packages": [
"packages/core"
"packages/*"
],
"npmClient": "yarn",
"version": "independent",
"useWorkspaces": false,
"command": {
"publish": {
"conventionalCommits": true,
"yes": true
"conventionalCommits": true
}
}
}