mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-15 22:22:51 +00:00
28 lines
517 B
JSON
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
|
|
}
|
|
}
|
|
}
|