fix(config): add release registry configuration for verdaccio and npmjs
This commit is contained in:
@@ -23,6 +23,13 @@
|
|||||||
"macos-keychain",
|
"macos-keychain",
|
||||||
"aes-256-gcm"
|
"aes-256-gcm"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"release": {
|
||||||
|
"registries": [
|
||||||
|
"https://verdaccio.lossless.digital",
|
||||||
|
"https://registry.npmjs.org"
|
||||||
|
],
|
||||||
|
"accessLevel": "public"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user