mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-15 22:22:51 +00:00
18 lines
264 B
JSON
18 lines
264 B
JSON
{
|
|
"lerna": "2.11.0",
|
|
"version": "independent",
|
|
"npmClient": "tnpm",
|
|
"command": {
|
|
"publish": {
|
|
"ignoreChanges": [
|
|
"**/*.md",
|
|
"**/test/**"
|
|
],
|
|
"conventionalCommits": true
|
|
}
|
|
},
|
|
"packages": [
|
|
"packages/*"
|
|
]
|
|
}
|