Skip to content

Commit b68e752

Browse files
committed
ci: stop setting npm registry to github
1 parent 42a617c commit b68e752

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ jobs:
126126
with:
127127
node-version: '20.x'
128128
cache: 'npm'
129-
registry-url: 'https://npm.pkg.github.com'
130129

131130
- name: Install dependencies
132131
run: npm ci

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@
4949
"url": "https://github.com/aignostics/typescript-sdk/issues"
5050
},
5151
"homepage": "https://github.com/aignostics/typescript-sdk#readme",
52-
"publishConfig": {
53-
"registry": "https://npm.pkg.github.com",
54-
"access": "restricted"
55-
},
5652
"devDependencies": {
5753
"@eslint/js": "^9.31.0",
5854
"@nx/eslint": "^21.3.5",

0 commit comments

Comments
 (0)