Specify additional lerna config props
This commit is contained in:
parent
91564bfa06
commit
2ba0e95fe8
@ -1,6 +1,12 @@
|
|||||||
{
|
{
|
||||||
|
"version": "independent",
|
||||||
"packages": ["extensions/*", "platform/*"],
|
"packages": ["extensions/*", "platform/*"],
|
||||||
"npmClient": "yarn",
|
"npmClient": "yarn",
|
||||||
"useWorkspaces": true,
|
"useWorkspaces": true,
|
||||||
"version": "independent"
|
"command": {
|
||||||
|
"publish": {
|
||||||
|
"ignoreChanges": ["*.md"],
|
||||||
|
"message": "chore(release): publish"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user