1
0
Fork 0
cc-server-parent/lerna.json

18 lines
339 B
JSON
Raw Normal View History

2019-06-10 10:56:29 +00:00
{
"npmClient": "yarn",
"useWorkspaces": true,
2020-01-07 02:00:32 +00:00
"version": "0.7.0",
2019-06-10 10:56:29 +00:00
"packages": [
"packages/*"
],
"command": {
"run": {
"stream": true
},
"publish": {
"forcePublish": true,
"registry": "https://repo.yumc.pw/repository/npm-hosted/"
}
}
2019-06-28 09:45:00 +00:00
}