Skip to content

Commit

Permalink
fix: wrong npm registry
Browse files Browse the repository at this point in the history
  • Loading branch information
lukascivil committed Aug 6, 2023
1 parent d68e5f1 commit ee42a79
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ jobs:
main-branch-name: 'master'

- name: Set npmrc
run: echo '//npm.pkg.github.com/:_authToken=${NPM_TOKEN}' > .npmrc
run: echo '//registry.npmjs.org/:_authToken=${NPM_TOKEN}' > .npmrc

- run: ls
- run: ls -a
- run: |
echo "BASE: ${{ steps.setSHAs.outputs.base }}"
echo "HEAD: ${{ steps.setSHAs.outputs.head }}"
Expand Down
1 change: 0 additions & 1 deletion libs/json-difference-cli/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"executor": "ngx-deploy-npm:deploy",
"access": "public",
"distFolderPath": "libs/json-difference-cli",
"registry": "https://npm.pkg.github.com/",
"buildTarget": "json-difference-cli:build"
}
}
Expand Down
1 change: 0 additions & 1 deletion libs/json-difference/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
"options": {
"access": "public",
"distFolderPath": "libs/json-difference",
"registry": "https://npm.pkg.github.com/",
"buildTarget": "json-difference:build"
}
}
Expand Down

0 comments on commit ee42a79

Please sign in to comment.