ci: Switch from GitLab Package Registry to npmjs for publishing

This commit is contained in:
Lukas May
2026-03-06 16:39:18 +01:00
parent cb95ac1c6e
commit 85f5f77927
3 changed files with 5 additions and 15 deletions

View File

@@ -8,6 +8,10 @@
"url": "git@gitlab.com:carealytix/tools/codewalkers.git"
},
"license": "UNLICENSED",
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "restricted"
},
"workspaces": [
"apps/*",
"packages/*"