lowcode-engine/lerna.json
2020-03-30 15:06:03 +08:00

28 lines
517 B
JSON

{
"lerna": "2.11.0",
"version": "independent",
"npmClient": "tyarn",
"registry": "http://registry.npm.alibaba-inc.com",
"useWorkspaces": true,
"packages": [
"packages/*"
],
"command": {
"bootstrap": {
"npmClientArgs": [
"--no-package-lock"
]
},
"publish": {
"npmClient": "tnpm",
"verifyRegistry": false,
"verifyAccess": false,
"ignoreChanges": [
"**/*.md",
"**/test/**"
],
"conventionalCommits": true
}
}
}