chore(@packages/speech-synthesis-mcp): 🔧 update forgejo registry endpoints

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Natalie 2026-06-10 03:10:56 -07:00
parent 12b53534ce
commit fe937c42d2
2 changed files with 3 additions and 3 deletions

View file

@ -31,8 +31,8 @@ jobs:
- name: Configure npm for Forgejo registry
run: |
echo "@lilith:registry=http://forge.black.local/api/packages/lilith/npm/" > .npmrc
echo "//forge.black.local/api/packages/lilith/npm/:_authToken=\${NPM_TOKEN}" >> .npmrc
echo "@lilith:registry=http://forge.black.lan/api/packages/lilith/npm/" > .npmrc
echo "//forge.black.lan/api/packages/lilith/npm/:_authToken=\${NPM_TOKEN}" >> .npmrc
- name: Transform workspace dependencies
run: |

View file

@ -44,7 +44,7 @@
"author": "Lilith <quinn@ftw.codes>",
"license": "MIT",
"publishConfig": {
"registry": "http://npm.black.local/"
"registry": "http://npm.black.lan/"
},
"_": {
"build": true,