fix lerna config
This commit is contained in:
@@ -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
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user