lion/lerna.json
2020-02-10 14:02:27 +01:00

18 lines
276 B
JSON

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