lowcode-engine/lerna.json
力皓 1e8fc63321 feat: 支持新版的 plugin 机制
fix: 兼容 vision 版本 select / radiogroup setter
chore: 优化工程化
2020-12-30 14:26:52 +08:00

37 lines
687 B
JSON

{
"lerna": "2.11.0",
"version": "1.0.27",
"npmClient": "tyarn",
"registry": "http://registry.npm.alibaba-inc.com",
"useWorkspaces": true,
"packages": [
"packages/*"
],
"command": {
"bootstrap": {
"npmClientArgs": [
"--no-package-lock"
]
},
"version": {
"allowBranch": [
"master",
"main",
"release/*",
"daily/*"
]
},
"publish": {
"npmClient": "tnpm",
"verifyRegistry": false,
"verifyAccess": false,
"ignoreChanges": [
"**/*.md",
"**/test/**"
],
"message": "chore(release): publish %v",
"conventionalCommits": true
}
}
}