mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-24 03:39:01 +08:00
fix lerna config
This commit is contained in:
parent
d05c9fda3e
commit
40c99e2eca
@ -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
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user