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

18 lines
339 B
JSON

{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.7.0",
"packages": [
"packages/*"
],
"command": {
"run": {
"stream": true
},
"publish": {
"forcePublish": true,
"registry": "https://repo.yumc.pw/repository/npm-hosted/"
}
}
}