17 lines
261 B
JSON
17 lines
261 B
JSON
{
|
|
"version": "0.24.3",
|
|
"useWorkspaces": true,
|
|
"npmClient": "yarn",
|
|
"packages": [
|
|
"packages/*"
|
|
],
|
|
"command": {
|
|
"run": {
|
|
"stream": true
|
|
}
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|