Attempt at fixing NPM login
This commit is contained in:
@@ -15,7 +15,7 @@ jobs:
|
|||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: "20"
|
node-version: "20"
|
||||||
registry-url: https://git.jvalver.de/api/packages/thilawyn/npm
|
registry-url: https://git.jvalver.de/api/packages/thilawyn/npm/
|
||||||
scope: "@thilawyn"
|
scope: "@thilawyn"
|
||||||
- name: Clone repo
|
- name: Clone repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
@@ -2,6 +2,9 @@
|
|||||||
"name": "@thilawyn/thilalib",
|
"name": "@thilawyn/thilalib",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
"publishConfig": {
|
||||||
|
"registry": "https://git.jvalver.de/api/packages/thilawyn/npm/"
|
||||||
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"./dist"
|
"./dist"
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user