fix(smartconfig): enable npm publishing in smartconfig

This commit is contained in:
2026-05-14 00:42:58 +00:00
parent 3f8c0c4219
commit 7819f09625
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -69,7 +69,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"
+6
View File
@@ -3,6 +3,12 @@
## Pending ## Pending
### Fixes
- enable npm publishing in smartconfig (smartconfig)
- Sets the npm integration flag to true in .smartconfig.json
- Keeps the configured Verdaccio and npmjs registries unchanged
## 2026-05-14 - 13.29.0 ## 2026-05-14 - 13.29.0
### Fixes ### Fixes