chore(@packages/speech-synthesis-mcp): 🔧 update forgejo registry endpoints
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
12b53534ce
commit
fe937c42d2
2 changed files with 3 additions and 3 deletions
|
|
@ -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: |
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
"author": "Lilith <quinn@ftw.codes>",
|
||||
"license": "MIT",
|
||||
"publishConfig": {
|
||||
"registry": "http://npm.black.local/"
|
||||
"registry": "http://npm.black.lan/"
|
||||
},
|
||||
"_": {
|
||||
"build": true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue