Files
rcs5.0_new/lerna.json
T

14 lines
159 B
JSON
Raw Normal View History

2025-05-19 17:29:51 +08:00
{
"packages": [
"packages/**"
],
"command": {
"version": {
"exact": true
}
},
"npmClient": "yarn",
"version": "independent"
}