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": [
"packages/core" "packages/*"
], ],
"npmClient": "yarn", "npmClient": "yarn",
"version": "independent", "version": "independent",
"useWorkspaces": false, "useWorkspaces": false,
"command": { "command": {
"publish": { "publish": {
"conventionalCommits": true, "conventionalCommits": true
"yes": true
} }
} }
} }