16 lines
304 B
JSON
16 lines
304 B
JSON
|
{
|
||
|
"version": "0.0.0",
|
||
|
"useWorkspaces": true,
|
||
|
"npmClient": "yarn",
|
||
|
"packages": [
|
||
|
"packages/*"
|
||
|
],
|
||
|
"command": {
|
||
|
"run": {
|
||
|
"stream": true
|
||
|
},
|
||
|
"publish": {
|
||
|
"registry": "https://repo.yumc.pw/repository/npm-hosted/"
|
||
|
}
|
||
|
}
|
||
|
}
|