Files
open-wc/lerna.json
2019-10-29 21:56:28 +01:00

13 lines
252 B
JSON

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