nicecode-v2/lerna.json
2023-12-21 14:38:13 +08:00

17 lines
351 B
JSON

{
"version": "independent",
"packages": ["packages/*"],
"useWorkspaces": true,
"npmClient": "pnpm",
"command": {
"publish": {
"registry": "https://registry.npmjs.org/",
"@zhst:registry": "http://10.0.0.77:4874"
},
"version": {
"conventionalCommits": true,
"message": "chore(release): publish"
}
}
}