lion/lerna.json

12 lines
240 B
JSON

{
"packages": ["packages/*"],
"ignoreChanges": ["packages/*/test/**", "**/*.md"],
"version": "independent",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
"publish": {
"conventionalCommits": true
}
}
}