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