fix(ci): Update CI/release config and bump devDependencies; enable verbose tests

This commit is contained in:
2025-12-15 07:08:35 +00:00
parent 8563262850
commit 0a8965b781
5 changed files with 254 additions and 207 deletions

View File

@@ -14,5 +14,14 @@
"npmci": {
"npmGlobalTools": [],
"npmAccessLevel": "public"
},
"@git.zone/cli": {
"release": {
"registries": [
"https://verdaccio.lossless.digital",
"https://registry.npmjs.org"
],
"accessLevel": "public"
}
}
}
}