13 lines
201 B
JSON
13 lines
201 B
JSON
|
{
|
||
|
"npmClient": "yarn",
|
||
|
"packages": [
|
||
|
"packages/*"
|
||
|
],
|
||
|
"version": "3.0.0",
|
||
|
"useWorkspaces": true,
|
||
|
"command": {
|
||
|
"publish": {
|
||
|
"registry": "https://npm.pkg.github.com/"
|
||
|
}
|
||
|
}
|
||
|
}
|