From fe937c42d2b85b8a3792f4fe264ebced7a279679 Mon Sep 17 00:00:00 2001 From: Natalie Date: Wed, 10 Jun 2026 03:10:56 -0700 Subject: [PATCH] =?UTF-8?q?chore(@packages/speech-synthesis-mcp):=20?= =?UTF-8?q?=F0=9F=94=A7=20update=20forgejo=20registry=20endpoints?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- .forgejo/workflows/publish.yml | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/publish.yml b/.forgejo/workflows/publish.yml index 3ff9f22..08226ed 100644 --- a/.forgejo/workflows/publish.yml +++ b/.forgejo/workflows/publish.yml @@ -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: | diff --git a/package.json b/package.json index 8328933..03f3c4d 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "author": "Lilith ", "license": "MIT", "publishConfig": { - "registry": "http://npm.black.local/" + "registry": "http://npm.black.lan/" }, "_": { "build": true,