ms/lerna.json

17 lines
305 B
JSON
Raw Normal View History

{
2020-05-07 10:38:28 +00:00
"version": "0.6.2",
"useWorkspaces": true,
"npmClient": "yarn",
"packages": [
"packages/*"
],
"command": {
"run": {
"stream": true
},
"publish": {
"registry": "https://repo.yumc.pw/repository/npm-hosted/"
}
}
2019-09-22 16:41:04 +00:00
}