15 lines
304 B
JSON
15 lines
304 B
JSON
{
|
|
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
|
|
"version": "independent",
|
|
"npmClient": "npm",
|
|
"command": {
|
|
"publish": {
|
|
"conventionalCommits": true,
|
|
"registry": "https://registry.npmjs.org/",
|
|
"access": "public"
|
|
}
|
|
},
|
|
"packages": [
|
|
"packages/**"
|
|
]
|
|
} |