feat(smartconfig): enable npm publishing in smartconfig
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@
|
|||||||
"remote": "origin"
|
"remote": "origin"
|
||||||
},
|
},
|
||||||
"npm": {
|
"npm": {
|
||||||
"enabled": false,
|
"enabled": true,
|
||||||
"registries": [
|
"registries": [
|
||||||
"https://verdaccio.lossless.digital",
|
"https://verdaccio.lossless.digital",
|
||||||
"https://registry.npmjs.org"
|
"https://registry.npmjs.org"
|
||||||
|
|||||||
@@ -3,6 +3,12 @@
|
|||||||
## Pending
|
## Pending
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
- enable npm publishing in smartconfig (smartconfig)
|
||||||
|
- Turns on the npm configuration by setting its enabled flag to true
|
||||||
|
- Keeps the existing registry configuration for Verdaccio and npmjs
|
||||||
|
|
||||||
## 2026-05-14 - 5.7.0
|
## 2026-05-14 - 5.7.0
|
||||||
|
|
||||||
### Features
|
### Features
|
||||||
|
|||||||
Reference in New Issue
Block a user