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,
2019-10-26 02:49:46 +00:00
"version": "0.6.9",
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
}