Skip to content

Commit dd609bc

Browse files
committed
build: add missing repository field in package.json for npm authentication
1 parent 2bc0b82 commit dd609bc

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/tag.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
with:
3131
node-version: '24.x'
3232
check-latest: true
33+
registry-url: 'https://registry.npmjs.org'
3334

3435
- name: Build Cache
3536
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
"package.json",
1111
"LICENSE"
1212
],
13+
"repository": {
14+
"url": "git+https://github.com/micro-lc/compose-toolkit.git"
15+
},
1316
"scripts": {
1417
"lint": "eslint .",
1518
"test": "echo 'TODO'",

0 commit comments

Comments
 (0)