lowcode-engine/lerna.json
力皓 d2aed7d78d feat: 将 typings 在顶层导出
refactor: 将 designerHelper 等改成 designerCabin
2021-01-14 10:42:27 +08:00

37 lines
695 B
JSON

{
"lerna": "2.11.0",
"version": "1.0.30-beta.15",
"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
}
}
}