feat: support npm publish with correct publishConfig#registry in package.json#1272
feat: support npm publish with correct publishConfig#registry in package.json#1272JounQin wants to merge 1 commit intochangesets:mainfrom JounQin:feat/registry
npm publish with correct publishConfig#registry in package.json#1272Conversation
…`package.json` close #1271
|
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. |
|
It seems the current implementation is not enough, in our case, we have |
you have to use --"@scope:registry=registryURL", not --registry=registryURL setting "publishConfig": {
"@OrgScope:registry": "registry-URL"
} |
|
@sambacha Thanks for your advice! Is there any reference of |
close #1271