Cleanup
This commit is contained in:
@@ -15,8 +15,6 @@ 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/
|
|
||||||
# scope: "@thilawyn"
|
|
||||||
- name: Clone repo
|
- name: Clone repo
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
@@ -25,9 +23,6 @@ jobs:
|
|||||||
run: npm run build
|
run: npm run build
|
||||||
- name: Publish
|
- name: Publish
|
||||||
run: |
|
run: |
|
||||||
echo ${{ vars.NODE_AUTH_TOKEN }}
|
|
||||||
npm config set @thilawyn:registry https://git.jvalver.de/api/packages/thilawyn/npm/
|
npm config set @thilawyn:registry https://git.jvalver.de/api/packages/thilawyn/npm/
|
||||||
npm config set -- //git.jvalver.de/api/packages/thilawyn/npm/:_authToken "${{ vars.NODE_AUTH_TOKEN }}"
|
npm config set -- //git.jvalver.de/api/packages/thilawyn/npm/:_authToken "${{ vars.NODE_AUTH_TOKEN }}"
|
||||||
npm publish
|
npm publish
|
||||||
# env:
|
|
||||||
# NODE_AUTH_TOKEN: ${{ vars.NODE_AUTH_TOKEN }}
|
|
||||||
|
|||||||
@@ -2,9 +2,6 @@
|
|||||||
"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