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