Skip to content

Commit

Permalink
debugging npm registry issue
Browse files Browse the repository at this point in the history
  • Loading branch information
eirikhanasand committed Feb 10, 2025
1 parent c7ad585 commit 01473b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ jobs:
# Removes the token from .npmrc after the script
sed -i '' "/$JFROG_ID.jfrog.io/d" ~/.npmrc
npm config delete registry
npm config get registry
- name: test_go
run: |
Expand Down Expand Up @@ -437,6 +439,8 @@ jobs:

- name: test_bower
run: |
npm config delete registry
npm config get registry
cat > package.json <<EOL
{
"dependencies": {
Expand Down

0 comments on commit 01473b4

Please sign in to comment.