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