chore(release): configure npm release target

This commit is contained in:
2026-05-24 10:18:00 +00:00
parent cddc907859
commit 9d2e8419be
+19 -1
View File
@@ -14,6 +14,7 @@
] ]
}, },
"@git.zone/cli": { "@git.zone/cli": {
"schemaVersion": 2,
"projectType": "wcc", "projectType": "wcc",
"module": { "module": {
"githost": "code.foss.global", "githost": "code.foss.global",
@@ -25,11 +26,28 @@
"projectDomain": "serve.zone" "projectDomain": "serve.zone"
}, },
"release": { "release": {
"preflight": {
"requireCleanTree": true,
"test": false,
"build": true
},
"targets": {
"git": {
"enabled": true,
"remote": "origin",
"pushBranch": true,
"pushTags": true
},
"npm": {
"enabled": true,
"registries": [ "registries": [
"https://verdaccio.lossless.digital", "https://verdaccio.lossless.digital",
"https://registry.npmjs.org" "https://registry.npmjs.org"
], ],
"accessLevel": "public" "accessLevel": "public",
"alreadyPublished": "success"
}
}
} }
} }
} }