mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-06 22:40:14 -05:00
Added explicit npm registry in publishConfig
no issue The members-js package is published on npm and this ensures `yarn ship` attempts to push to correct registry instead of yarn registry in case not set globally.
This commit is contained in:
parent
02d968dd4e
commit
49606f8fdf
1 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,8 @@
|
|||
"README.md"
|
||||
],
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
"access": "public",
|
||||
"registry": "https://registry.npmjs.org/"
|
||||
},
|
||||
"dependencies": {
|
||||
"@testing-library/jest-dom": "4.2.4",
|
||||
|
|
Loading…
Reference in a new issue