We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bc0b82 commit dd609bcCopy full SHA for dd609bc
.github/workflows/tag.yml
@@ -30,6 +30,7 @@ jobs:
30
with:
31
node-version: '24.x'
32
check-latest: true
33
+ registry-url: 'https://registry.npmjs.org'
34
35
- name: Build Cache
36
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
package.json
@@ -10,6 +10,9 @@
10
"package.json",
11
"LICENSE"
12
],
13
+ "repository": {
14
+ "url": "git+https://github.com/micro-lc/compose-toolkit.git"
15
+ },
16
"scripts": {
17
"lint": "eslint .",
18
"test": "echo 'TODO'",
0 commit comments