mirror of
https://github.com/jlengrand/open-wc.git
synced 2026-03-10 08:31:19 +00:00
13 lines
252 B
JSON
13 lines
252 B
JSON
{
|
|
"packages": ["packages/*"],
|
|
"ignoreChanges": ["packages/*/test/**", "**/*.md", "**/*.mdx"],
|
|
"version": "independent",
|
|
"npmClient": "yarn",
|
|
"useWorkspaces": true,
|
|
"command": {
|
|
"publish": {
|
|
"conventionalCommits": true
|
|
}
|
|
}
|
|
}
|