We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42a617c commit b68e752Copy full SHA for b68e752
2 files changed
.github/workflows/ci-cd.yml
@@ -126,7 +126,6 @@ jobs:
126
with:
127
node-version: '20.x'
128
cache: 'npm'
129
- registry-url: 'https://npm.pkg.github.com'
130
131
- name: Install dependencies
132
run: npm ci
package.json
@@ -49,10 +49,6 @@
49
"url": "https://github.com/aignostics/typescript-sdk/issues"
50
},
51
"homepage": "https://github.com/aignostics/typescript-sdk#readme",
52
- "publishConfig": {
53
- "registry": "https://npm.pkg.github.com",
54
- "access": "restricted"
55
- },
56
"devDependencies": {
57
"@eslint/js": "^9.31.0",
58
"@nx/eslint": "^21.3.5",
0 commit comments